summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-10-18 17:33:20 +0200
committerMarian Sigler <m@qjym.de>2012-10-18 17:34:59 +0200
commita0373ecc8a576a528985653933b5a95b4114ca72 (patch)
tree5703751c6c9bc4b829a6c58cbb225d3d49a73458
parentde354c097f62d0f109f82d9430e7a05d2ab59c3f (diff)
downloadwww-a0373ecc8a576a528985653933b5a95b4114ca72.tar.gz
www-a0373ecc8a576a528985653933b5a95b4114ca72.tar.bz2
www-a0373ecc8a576a528985653933b5a95b4114ca72.zip
font bigger, links not bold, and other little changes
-rw-r--r--.gitignore1
-rw-r--r--_base.html6
-rw-r--r--services/jabber.html2
-rw-r--r--static/css/bootstrap.min.css4
-rw-r--r--static/css/main.css11
5 files changed, 13 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 4930881..d1ccb4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*.pyc
_build
+.env
diff --git a/_base.html b/_base.html
index 1fbd7d3..b597310 100644
--- a/_base.html
+++ b/_base.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en">
+<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="author" content="{{ author }}" />
@@ -26,8 +26,8 @@
</a>
<nav>
- {% for page in site.pages|filter_by_attr('top_link')|sort(attribute='top_link')%}
- <a href="{{page.get_url()}}">{{page.title}}</a>
+ {% for page in site.pages|filter_by_attr('top_link')|sort(attribute='top_link') %}
+ <a href="{{ page.get_url() }}">{{ page.title }}</a>
{% endfor %}
</nav>
</header>
diff --git a/services/jabber.html b/services/jabber.html
index 1fc3bb9..571d1a6 100644
--- a/services/jabber.html
+++ b/services/jabber.html
@@ -1,7 +1,7 @@
{% meta %}
title: Jabber
logo_url: static/images/services/jabber.png
- description: für ein dezentrales Netz der Spline Jabber Server
+ description: für ein dezentrales Netz: der Spline-Jabber-Server
link: http://jabber.spline.de
{% endmeta %}
diff --git a/static/css/bootstrap.min.css b/static/css/bootstrap.min.css
index 86a26e6..5a7c89f 100644
--- a/static/css/bootstrap.min.css
+++ b/static/css/bootstrap.min.css
@@ -30,9 +30,7 @@ textarea{overflow:auto;vertical-align:top}
.clearfix:after{clear:both}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
-body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:18px;color:#333;background-color:#fff}
-a{color:#08c;text-decoration:none}
-a:hover{color:#005580;text-decoration:underline}
+body{margin:0;font-size:85%;line-height:1.2em;color:#333;background-color:#fff}
.row{margin-left:-20px;*zoom:1}
.row:before,.row:after{display:table;content:""}
.row:after{clear:both}
diff --git a/static/css/main.css b/static/css/main.css
index 9960239..a78cfee 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -46,18 +46,18 @@ footer{
a {
text-decoration: none;
- font-weight: bold;
color: #d00;
}
a:hover {
- color: #320000;
- text-decoration: none;
+ color: #d00;
+ text-decoration: underline;
}
nav a {
color: #000;
+ font-weight: bold;
}
nav a:hover {
@@ -78,6 +78,9 @@ nav a:hover {
#services .desc {
padding: 1em;
}
+#services .desc a {
+ font-weight: bold;
+}
.service-row {
margin: 2em 0;
@@ -122,7 +125,7 @@ nav a:hover {
float: right;
}
-#howto-index li {
+#howtos-index li {
list-style-type: none;
margin: 2% 0%;
}