Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 446 → Rev 447

/web/UST/default.css
58,15 → 58,15
/* structure */
.container {
margin: 0 auto;
width: 90%;
width: 95%;
}
 
/* title */
.title {
float: left;
margin-top: 8%;
margin-top: 3%;
text-align: center;
width: 10%;
width: 20%;
}
.title h1 {
font: normal 2em Verdana,sans-serif;
88,7 → 88,7
float: right;
font: bold 1.2em "Trebuchet MS",sans-serif;
margin-top: 9px;
padding: 10% 8% 5%;
padding: 5% 6% 3%;
text-align: center;
text-decoration: none;
}
95,7 → 95,7
.navigation a:hover {
background: #FFF;
color: #28E;
padding: 10% 8% 5%;
padding: 5% 6% 3%;
}
 
/* holders */