diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-13 17:24:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-13 17:24:37 +0200 |
commit | 05f018e50943fd2f38742b061c7e6f0e4b34995a (patch) | |
tree | 82ad7cbdc795e18cf302ea75e1f59bca28ed1b15 /view/theme | |
parent | aeb162e963d86a433f6fe644be1fe3414954dfd8 (diff) | |
download | volse-hubzilla-05f018e50943fd2f38742b061c7e6f0e4b34995a.tar.gz volse-hubzilla-05f018e50943fd2f38742b061c7e6f0e4b34995a.tar.bz2 volse-hubzilla-05f018e50943fd2f38742b061c7e6f0e4b34995a.zip |
add bs classes to design tools menu
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 10865d0da..e1b1b1e91 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -623,16 +623,6 @@ footer { } -.pmenu { - border-bottom: 1px solid #eec; - padding: 8px; - margin-top: 5px; - -moz-border-radius: $radiuspx; - -webkit-border-radius: $radiuspx; - border-radius: $radiuspx; - -} - .pmenu.horizontal { padding: 0 0 0 0; border-bottom: none; @@ -1552,18 +1542,6 @@ a .drop-icons:hover { font-size: 1.8em; } -.design-tools ul { - list-style-type: none; -} - -.design-icons { - margin-right: 10px; -} - -.design-icons:hover { -text-decoration: none; -} - #menulist { list-style-type: none; } |