true rounded borders

This commit is contained in:
Astro 2010-11-27 19:18:34 +01:00
parent 928f4b9c3f
commit 3d40ef4038
3 changed files with 7 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 B

View File

@ -15,12 +15,10 @@ pre {
/* -- Logo -- */
#logo::before {
background: transparent url(../images/top-right.png) scroll no-repeat top right;
margin-bottom: -20px;
height: 30px;
display: block;
border: none;
content: url(../images/top-left.png);
padding: 0;
line-height: 0.1em;
font-size: 1px;
@ -31,11 +29,17 @@ pre {
height: 150px;
background: url(../images/c3d2_blue.jpg);
text-align: left;
border-top-left-radius: 30px;
-moz-border-radius-topleft: 30px;
-webkit-border-top-left-radius: 30px;
border-top-right-radius: 30px;
-moz-border-radius-topright: 30px;
-webkit-border-top-right-radius: 30px;
}
#logo h1 {
position: relative;
top: 23px;
top: 47px;
left: 23px;
padding: 65px 0 0 0;
overflow: hidden;