Subversion Repositories svnkaklik

Rev

Rev 428 | Rev 430 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log

Rev 428 Rev 429
Line 72... Line 72...
72
/* title */
72
/* title */
73
.title {
73
.title {
74
	float: left;
74
	float: left;
75
	margin-top: 22px;
75
	margin-top: 22px;
76
	text-align: center;
76
	text-align: center;
77
	width: 350px;
77
	width: 300px;
78
}
78
}
79
.title h1 {
79
.title h1 {
80
	font: normal 2em Verdana,sans-serif;
80
	font: normal 2em Verdana,sans-serif;
81
}
81
}
82
.title h2 {
82
.title h2 {
Line 85... Line 85...
85
}
85
}
86
 
86
 
87
/* navigation */
87
/* navigation */
88
.navigation {
88
.navigation {
89
	background: url(img/holder.jpg) no-repeat;
89
	background: url(img/holder.jpg) no-repeat;
90
	height: 100px;
90
	height: 170px;
91
	padding: 0 16px;
91
	padding: 0 16px;
92
}
92
}
93
.navigation a {
93
.navigation a {
94
	border-left: 1px solid #DDD;
94
	border-left: 1px solid #DDD;
95
	border-right: 1px solid #FFF;
95
	border-right: 1px solid #FFF;