summaryrefslogtreecommitdiffstats
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
parente38a95f15d5506b052034c1550b151f9839eb62c (diff)
downloadwww-d10a354b7cc7f29e7b89ee3fc13d536821821ddf.tar.gz
www-d10a354b7cc7f29e7b89ee3fc13d536821821ddf.tar.bz2
www-d10a354b7cc7f29e7b89ee3fc13d536821821ddf.zip
some layout tweaks for howto list
-rw-r--r--howto.html2
-rw-r--r--static/css/main.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/howto.html b/howto.html
index 581d4cf..a6e3ad3 100644
--- a/howto.html
+++ b/howto.html
@@ -4,7 +4,7 @@
{% endmeta %}
{% block content %}
-<div>
+<div id="howto-index">
<h2>HowTos</h2>
<ul>
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;
}