diff options
author | Simon Rettberg | 2016-08-17 12:30:53 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-08-17 12:30:53 +0200 |
commit | 35667fcedba31d809ded2a2c4eb105d75eb2f6f1 (patch) | |
tree | af6cc079abb521a62924e24341221402c6622fc4 /style | |
parent | [main] Show submenu as extra row when not in large mode (diff) | |
download | slx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.tar.gz slx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.tar.xz slx-admin-35667fcedba31d809ded2a2c4eb105d75eb2f6f1.zip |
Clean up css a bit
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/style/default.css b/style/default.css index d38ca9e0..b62ab64b 100644 --- a/style/default.css +++ b/style/default.css @@ -84,10 +84,6 @@ body { height: 34px; } -.isdir { - font-weight: bold; -} - .slx-litehead { margin: 0px 10px 5px 10px; color: #aaa; @@ -137,10 +133,6 @@ body { background-color: #eee; } -.slx-bold { - font-weight: bold; -} - .slx-ellipsis { text-overflow: ellipsis; white-space: nowrap; @@ -155,10 +147,6 @@ body { display: block; } -.slx-nowrap { - white-space: nowrap; -} - .slx-space { margin-top: 1em; margin-bottom: 1em; |