summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-11-12 22:39:43 +0100
committerMarian Sigler <m@qjym.de>2012-11-12 22:39:43 +0100
commitd7ee7166895e2765e980a21fdcd8788fc3c7c07c (patch)
tree4131cda658a8f2480340ca167985639e9f9f493c
parenta0373ecc8a576a528985653933b5a95b4114ca72 (diff)
downloadwww-d7ee7166895e2765e980a21fdcd8788fc3c7c07c.tar.gz
www-d7ee7166895e2765e980a21fdcd8788fc3c7c07c.tar.bz2
www-d7ee7166895e2765e980a21fdcd8788fc3c7c07c.zip
p statt br im about-block, mehr zeilenabstand
-rw-r--r--howtos.html2
-rw-r--r--howtos/website.html2
-rw-r--r--index.html10
-rw-r--r--static/css/main.css1
4 files changed, 10 insertions, 5 deletions
diff --git a/howtos.html b/howtos.html
index 1948b55..8adfbdd 100644
--- a/howtos.html
+++ b/howtos.html
@@ -1,5 +1,5 @@
{% meta %}
- title: HowTo
+ title: HowTos
top_link: 3
{% endmeta %}
diff --git a/howtos/website.html b/howtos/website.html
index d0efe30..dbeef1a 100644
--- a/howtos/website.html
+++ b/howtos/website.html
@@ -1,5 +1,5 @@
{% meta %}
- title: Spline.de - HowTo
+ title: Spline.de-HowTo
{% endmeta %}
{% block content %}
diff --git a/index.html b/index.html
index 8711747..8694a82 100644
--- a/index.html
+++ b/index.html
@@ -21,12 +21,16 @@
<p>
Wir sind Menschen die Spaß am <i>Hacken</i> von
<a href="{{url_for('/freie-software')}}">freier Software</a>
- haben.<br />
+ haben.
+ </p>
+ <p>
Zu finden sind wir im <b>Raum K60</b> des
<a href="http://inf.fu-berlin.de">Instituts für Informatik</a> der
- <a href="http://www.fu-berlin.de">FU Berlin</a>.<br />
- Desweiteren auch virtuell im IRC auf Freenode im Channel <a href="irc://irc.freenode.net/spline">#spline</a>.
+ <a href="http://www.fu-berlin.de">FU Berlin</a>.
+ </p>
<p>
+ Desweiteren auch virtuell im IRC auf Freenode im Channel <a href="irc://irc.freenode.net/spline">#spline</a>.
+ </p>
</div>
</div>
diff --git a/static/css/main.css b/static/css/main.css
index a78cfee..28147a4 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -66,6 +66,7 @@ nav a:hover {
.about {
text-align: right;
+ line-height: 1.2em;
}