aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sleepmap-theme/static/css/main.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/sleepmap-theme/static/css/main.css b/sleepmap-theme/static/css/main.css
index b7aedd5..157b262 100644
--- a/sleepmap-theme/static/css/main.css
+++ b/sleepmap-theme/static/css/main.css
@@ -337,10 +337,6 @@ li:last-child .hentry, #content > .hentry {
margin: 0;
}
-.hentry img{
- display: none;
-}
-
.entry-title{
font-size: 3em;
margin-bottom: 10px;
@@ -427,3 +423,14 @@ table.highlighttable tbody tr td div pre{
td.linenos{
width: 30px
}
+
+/* figure */
+/* legend */
+div.legend table{
+ margin: 0.5em 0 1.5em 0;
+}
+
+/* abbr */
+abbr{
+ font-style: italic;
+}