diff options
author | RedMatrix <info@friendica.com> | 2014-12-22 09:45:33 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-12-22 09:45:33 +1100 |
commit | c732b72a0dde2c8b4d49e63114c9415f44a8a8d7 (patch) | |
tree | c6fba54256dcd17f9ed24c46766f1475da259641 /view/theme/redbasic/css | |
parent | ca56123a161e482d545b2e0e0c3d869eb8c4221f (diff) | |
parent | be1891c058ccff08d4cafa2bea061424efc0ef82 (diff) | |
download | volse-hubzilla-c732b72a0dde2c8b4d49e63114c9415f44a8a8d7.tar.gz volse-hubzilla-c732b72a0dde2c8b4d49e63114c9415f44a8a8d7.tar.bz2 volse-hubzilla-c732b72a0dde2c8b4d49e63114c9415f44a8a8d7.zip |
Merge pull request #757 from git-marijus/master
files: make mod/filestorage.php load via ajax and some design work. work...
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 961572652..4681ef5ba 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2055,18 +2055,8 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ color: $nav_active_icon_colour; } -/* Files */ - -#attach-edit-perms { - margin-top: 25px; - margin-bottom: 20px; - font-weight: bold; - font-size: 17px; -} - /* bootstrap overrides */ - blockquote { font-size: $font_size; font-style: italic; |