diff options
author | Florian <florianraemisch@web.de> | 2011-03-22 23:06:39 +0100 |
---|---|---|
committer | Florian <florianraemisch@web.de> | 2011-03-22 23:06:39 +0100 |
commit | 8030552f51a696508026fb83016682f465baf043 (patch) | |
tree | a37c8dbabcc01c1529fd27f82027b3219220b3f8 | |
parent | 6ed450a0c46a7be9b36b6df32504cf638841252e (diff) |
fixed visibilty-bug of "mate und technik" large displays
-rw-r--r-- | public/css/sublab.css | 5 | ||||
-rw-r--r-- | template/template.html | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/public/css/sublab.css b/public/css/sublab.css index 4daf7c2..c4282d5 100644 --- a/public/css/sublab.css +++ b/public/css/sublab.css @@ -200,6 +200,11 @@ p.header { margin: 10px; } +span.header { + background-color: rgba(16, 16, 16, 0.75); + padding: 5px 10px 5px 10px; + } + .statusinfo { line-height: 20px; } diff --git a/template/template.html b/template/template.html index d9a359c..a1d2dbf 100644 --- a/template/template.html +++ b/template/template.html @@ -33,7 +33,7 @@ <div class="image"> <p class="header"> - [ mate und technik ] + <span class="header">[ mate und technik ]</span> </p> </div> |