47 lines
547 B
CSS
47 lines
547 B
CSS
#header h2 {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
#header:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
font-size: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
#scaleControl {
|
|
float: left;
|
|
}
|
|
|
|
#controls {
|
|
width: 80%;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#controls a {
|
|
width: 40px;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
#firstLink {
|
|
position: absolute;
|
|
left: 13%;
|
|
}
|
|
|
|
#prevLink {
|
|
position: absolute;
|
|
left: 37%;
|
|
}
|
|
|
|
#nextLink {
|
|
position: absolute;
|
|
left: 63%;
|
|
}
|
|
|
|
#lastLink {
|
|
position: absolute;
|
|
left: 87%;
|
|
}
|