summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-04 20:29:34 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-04 20:29:34 +0200
commitd10a354b7cc7f29e7b89ee3fc13d536821821ddf (patch)
tree752b43167d7e71b37edda63ffc7afbea3f6028ea /static
parente38a95f15d5506b052034c1550b151f9839eb62c (diff)
downloadwww-d10a354b7cc7f29e7b89ee3fc13d536821821ddf.tar.gz
www-d10a354b7cc7f29e7b89ee3fc13d536821821ddf.tar.bz2
www-d10a354b7cc7f29e7b89ee3fc13d536821821ddf.zip
some layout tweaks for howto list
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 4a6aae6..9960239 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -122,6 +122,11 @@ nav a:hover {
float: right;
}
+#howto-index li {
+ list-style-type: none;
+ margin: 2% 0%;
+}
+
pre {
white-space: pre !important;
}