aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist/compass/src/main.scss
diff options
context:
space:
mode:
authorMathieu Agopian <mathieu@agopian.info>2014-09-15 19:24:41 +0200
committerMathieu Agopian <mathieu@agopian.info>2014-09-15 19:24:41 +0200
commitf8435776a08ffda86cdae2b0bce87e92765982e8 (patch)
tree6b13e070a1949dc6a4269e125c5561ead3100743 /mnmlist/compass/src/main.scss
parentbca823e6492bc70a6faba7b2591f37c483afa30e (diff)
downloadpelican-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.scss14
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;