Browse Source

status line always above title

release0.1.6
Georg Hopp 12 years ago
parent
commit
4e300e9af9
  1. 2
      assets/style/taskrambler.css

2
assets/style/taskrambler.css

@ -132,6 +132,7 @@ div.border div.br {
font-family: old_newspaper; font-family: old_newspaper;
font-size: 12px; font-size: 12px;
text-align: right; text-align: right;
z-index: 10;
} }
#statusline iframe { #statusline iframe {
@ -179,6 +180,7 @@ div.border div.br {
height: 120px; height: 120px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
z-index: 0;
} }
#title a { #title a {

Loading…
Cancel
Save