Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 433 → Rev 434

/web/kaklik's_web/default.css
34,7 → 34,6
margin-left: 18px;
}
therminal {
background: url(img/bgcode.gif);
border: 1px solid #F6F6F6;
color: #666;
display: block;
43,13 → 42,6
padding: 8px 10px;
white-space: pre;
}
cite {
background: url(img/quote.gif) no-repeat;
color: #456;
display: block;
font: normal 1.4em "Lucida Sans Unicode",serif;
padding-left: 28px;
}
h1,h2,h3 {
color: #579;
padding-top: 6px;
86,7 → 78,7
 
/* navigation */
.navigation {
height: 10%;
height: 5%;
padding: 0 5%;
}
.navigation a {
101,7 → 93,7
text-decoration: none;
}
.navigation a:hover {
background: #FFF url(img/navhover.gif) repeat-x;
background: #FFF;
color: #28E;
padding: 10% 8% 5%;
}