diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-19 17:36:36 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-19 17:36:36 +0100 |
| commit | 6928368d4e7be3dff8fca7c1482f863481afa3df (patch) | |
| tree | 250d1eee62cf99209ddf7363f8bd2d916de539d4 /chimere/static | |
| parent | c59fab0a514630d67182ddf7cb3a11dc00c6eba3 (diff) | |
| download | Chimère-6928368d4e7be3dff8fca7c1482f863481afa3df.tar.bz2 Chimère-6928368d4e7be3dff8fca7c1482f863481afa3df.zip | |
Detail: manage default category when no category is selected
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 4cdc31e..1494c2f 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -558,7 +558,7 @@ div#sidebar-container{ width: 400px; top: 35px; height: 80px; - padding: 0.6em 0; + padding: 2px 0; overflow: hidden; box-shadow: 0 -10px 5px rgba(0, 0, 0, 0.6); } @@ -662,8 +662,8 @@ div#sidebar-container{ } .category-header{ - font-size: 0.8em; - padding-top: 4px; + font-size: 1em; + padding-top: 0; margin-bottom: 3px; line-height: 1em; color: #333; |
