Adam Tauber
10 years ago
|
@@ -374,9 +374,9 @@ tr {
|
|
|
}
|
|
|
|
|
|
#sidebar {
|
|
|
- position: absolute;
|
|
|
- top: 100px;
|
|
|
- right: 10px;
|
|
|
+ position: fixed;
|
|
|
+ bottom: 10px;
|
|
|
+ left: 10px;
|
|
|
margin: 0 2px 5px 5px;
|
|
|
padding: 0 2px 2px 2px;
|
|
|
width: 14em;
|
|
@@ -425,7 +425,7 @@ tr {
|
|
|
|
|
|
#infoboxes {
|
|
|
position: absolute;
|
|
|
- top: 220px;
|
|
|
+ top: 100px;
|
|
|
right: 20px;
|
|
|
margin: 0px 2px 5px 5px;
|
|
|
padding: 0px 2px 2px;
|