diff options
| author | Siri Reiter <siri@jones.dk> | 2013-01-28 16:33:20 +0100 |
|---|---|---|
| committer | Siri Reiter <siri@jones.dk> | 2013-12-02 00:49:05 +0100 |
| commit | 5ad956f08640a38779578dfc2f42e56e2a447db8 (patch) | |
| tree | 1650177c05bbebc0ccfc49564f2cccb7624b2994 | |
| parent | 8ebe7e745929a25105fef42a8adfa47dcf8c6d4c (diff) | |
Styling: Initial notebox styling.
| -rw-r--r-- | style.scss | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -144,6 +144,15 @@ body { background-color: none; } +.notebox { + float: none; + width: 100%; + color: gray !important; + background: none; + margin-left: 0; + text-align: center; +} + img { float: left; vertical-align: top; |
