Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 434 → Rev 433

/web/kaklik's_web/default.css
34,6 → 34,7
margin-left: 18px;
}
therminal {
background: url(img/bgcode.gif);
border: 1px solid #F6F6F6;
color: #666;
display: block;
42,6 → 43,13
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;
78,7 → 86,7
 
/* navigation */
.navigation {
height: 5%;
height: 10%;
padding: 0 5%;
}
.navigation a {
93,7 → 101,7
text-decoration: none;
}
.navigation a:hover {
background: #FFF;
background: #FFF url(img/navhover.gif) repeat-x;
color: #28E;
padding: 10% 8% 5%;
}