diff options
Diffstat (limited to 'app/assets/stylesheets/layout.css.scss')
| -rw-r--r-- | app/assets/stylesheets/layout.css.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/layout.css.scss b/app/assets/stylesheets/layout.css.scss index b9a715465..e93ec699c 100644 --- a/app/assets/stylesheets/layout.css.scss +++ b/app/assets/stylesheets/layout.css.scss @@ -7,6 +7,15 @@ $text_color: #222; @import "user_interface/layout"; +#header .infos div.title h1 { + border: 1px solid white; + font-size: 30px; + margin: 20px 0 0 100px; + padding: 3px 15px 3px 15px; + font-weight: bold; +} + + #sidebar ul { padding: 0 8px; |
