summaryrefslogtreecommitdiffstats
path: root/theme
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2013-03-01 02:46:11 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2013-03-01 02:46:11 +0100
commite22a2777522b40eef8aa1449de880035edb505cf (patch)
treedda00af850ae8f2f4670e8eabb4bb44bc9713a28 /theme
parentb3f04bc23e4c69f85ac00ecbb61d71230c1464cd (diff)
downloadblog-e22a2777522b40eef8aa1449de880035edb505cf.tar.gz
Add password article
Diffstat (limited to 'theme')
-rw-r--r--theme/static/main.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/static/main.css b/theme/static/main.css
index f11ee13..8602f2b 100644
--- a/theme/static/main.css
+++ b/theme/static/main.css
@@ -107,3 +107,9 @@ tt{
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
font-size: 110%;
}
+
+.figure .caption{
+ text-align: center;
+ font-style: italic;
+ margin-top: 0.5em;
+}