Commit 4e300e9af96bbe8469c82847c98c522ff1d24809

Authored by Georg Hopp
1 parent 6bc2df86

status line always above title

Showing 1 changed file with 2 additions and 0 deletions
... ... @@ -132,6 +132,7 @@ div.border div.br {
132 132 font-family: old_newspaper;
133 133 font-size: 12px;
134 134 text-align: right;
  135 + z-index: 10;
135 136 }
136 137
137 138 #statusline iframe {
... ... @@ -179,6 +180,7 @@ div.border div.br {
179 180 height: 120px;
180 181 margin-left: auto;
181 182 margin-right: auto;
  183 + z-index: 0;
182 184 }
183 185
184 186 #title a {
... ...
Please register or login to post a comment