improve website style

This commit is contained in:
Kilian Valkhof 2010-02-19 14:00:24 +01:00
parent 215ca22950
commit 5a419803c3

View file

@ -6,7 +6,7 @@
<link href="http://github.com/Kilian/sencss/raw/master/sen.css" rel="stylesheet" type="text/css"> <link href="http://github.com/Kilian/sencss/raw/master/sen.css" rel="stylesheet" type="text/css">
<style> <style>
body { body {
background:url(bg.png) repeat-x 0 80px; background:#fff
font-size:13px; font-size:13px;
} }
#wrap { #wrap {
@ -33,8 +33,8 @@
.subtitle { .subtitle {
font-style:italic; font-style:italic;
display:block; display:block;
margin-bottom:1.5em; margin-bottom:1em;
font-size:1.6em; font-size:1.5em;
} }
.tri { .tri {
-moz-column-count:3; -moz-column-count:3;
@ -43,18 +43,19 @@
img { img {
margin-bottom:1.5em; margin-bottom:1.5em;
} }
h2 { h2, h1 {
background:#e0e0f0; background:#e0e0f0;
padding:5px; padding:5px;
-moz-border-radius:5px; -moz-border-radius:5px;
-webkit-border-radius:5px; -webkit-border-radius:5px;
} }
.footer { .footer {
background:url(bg.png) repeat-x 0 0; background:#e0e0f0;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
clear:both; clear:both;
padding-top:10px;
text-align:center; text-align:center;
padding-bottom:40px;
} }
</style> </style>
</head> </head>