diff options
author | friendica <info@friendica.com> | 2013-10-23 19:35:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-23 19:35:51 -0700 |
commit | 7b7ef56b54a98f3d860b9b0c7dc4a7ce0657fede (patch) | |
tree | 99c393c57da0c0d4b657084083cdaf6dda3ff643 /view/theme/redbasic | |
parent | de9eadf74a4e46fdf44158822db465708136bea4 (diff) | |
download | volse-hubzilla-7b7ef56b54a98f3d860b9b0c7dc4a7ce0657fede.tar.gz volse-hubzilla-7b7ef56b54a98f3d860b9b0c7dc4a7ce0657fede.tar.bz2 volse-hubzilla-7b7ef56b54a98f3d860b9b0c7dc4a7ce0657fede.zip |
replace text links with icons on design pages
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index edb1434dd..4f41cf923 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3487,3 +3487,11 @@ a .drop-icons { .item-category { margin-right: 10px; } + +.design-icons { + margin-right: 10px; +} + +#menulist { + list-style-type: none; +}
\ No newline at end of file |