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">
<style>
body {
background:url(bg.png) repeat-x 0 80px;
background:#fff
font-size:13px;
}
#wrap {
@ -33,8 +33,8 @@
.subtitle {
font-style:italic;
display:block;
margin-bottom:1.5em;
font-size:1.6em;
margin-bottom:1em;
font-size:1.5em;
}
.tri {
-moz-column-count:3;
@ -43,18 +43,19 @@
img {
margin-bottom:1.5em;
}
h2 {
h2, h1 {
background:#e0e0f0;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.footer {
background:url(bg.png) repeat-x 0 0;
background:#e0e0f0;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
clear:both;
padding-top:10px;
text-align:center;
padding-bottom:40px;
}
</style>
</head>