summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
diff options
context:
space:
mode:
authorfarthen <monkey@farthen.de>2013-09-05 02:39:20 +0200
committerfarthen <monkey@farthen.de>2013-09-05 02:39:20 +0200
commitcfdf1d223ae71ddce49525a6efe33af9f68eb67d (patch)
tree56d9a00afff1d89c52cf8999c9812c707ca1cb2b /static/css/main.css
parent329786b111bcf5d510ac6549f408be91e985f2c9 (diff)
downloadwww-cfdf1d223ae71ddce49525a6efe33af9f68eb67d.tar.gz
www-cfdf1d223ae71ddce49525a6efe33af9f68eb67d.tar.bz2
www-cfdf1d223ae71ddce49525a6efe33af9f68eb67d.zip
Improve readability on small devices, especially posts, headers and lists
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index cb2ec41..3cd2462 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -142,6 +142,9 @@ nav a:hover {
#blog-show small {
float: right;
+ display: block;
+ vertical-align: top;
+ margin-left: 0.8em;
}
#howtos-index li {
@@ -161,6 +164,16 @@ nav a:hover {
width: 140px;
}
+#back-link {
+ margin-top: 10px;
+}
+
+/* Fix lists */
+dl, li p {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
pre {
white-space: pre !important;
}