diff options
author | Mathieu Agopian <mathieu@agopian.info> | 2014-09-15 19:24:41 +0200 |
---|---|---|
committer | Mathieu Agopian <mathieu@agopian.info> | 2014-09-15 19:24:41 +0200 |
commit | f8435776a08ffda86cdae2b0bce87e92765982e8 (patch) | |
tree | 6b13e070a1949dc6a4269e125c5561ead3100743 /mnmlist/compass/src/main.scss | |
parent | bca823e6492bc70a6faba7b2591f37c483afa30e (diff) | |
download | pelican-themes-f8435776a08ffda86cdae2b0bce87e92765982e8.tar.gz |
update some links in mnmlist base template
Diffstat (limited to 'mnmlist/compass/src/main.scss')
-rw-r--r-- | mnmlist/compass/src/main.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mnmlist/compass/src/main.scss b/mnmlist/compass/src/main.scss index 5ca45ee..5ea8d8d 100644 --- a/mnmlist/compass/src/main.scss +++ b/mnmlist/compass/src/main.scss @@ -118,6 +118,20 @@ header { } } +.note { + background: #efefef; + margin: 1em 0; + p { + display: inline; + &.first { + font-weight: bold; + &:after { + content: ' : '; + } + } + } +} + footer { background: #fff; color: #666; |