summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2014-05-15 18:28:24 +0200
committerSimon Rettberg2014-05-15 18:28:24 +0200
commit63c0cf521f8097b0dadaf1228176dc38c7d897f6 (patch)
tree83f5da6dc130ac7db575b0eee41ed6c7a2f994fb /style
parentFix handle leak in downloading, better error reporting on failed downloads, a... (diff)
downloadslx-admin-63c0cf521f8097b0dadaf1228176dc38c7d897f6.tar.gz
slx-admin-63c0cf521f8097b0dadaf1228176dc38c7d897f6.tar.xz
slx-admin-63c0cf521f8097b0dadaf1228176dc38c7d897f6.zip
Working on config.tgz composition through config modules
Diffstat (limited to 'style')
-rw-r--r--style/default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css
index 1a4a0be0..98ecadd6 100644
--- a/style/default.css
+++ b/style/default.css
@@ -57,3 +57,6 @@ body {
height: 34px;
}
+.isdir {
+ font-weight: bold;
+} \ No newline at end of file