mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
improve website style
This commit is contained in:
parent
215ca22950
commit
5a419803c3
1 changed files with 8 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue