diff options
| author | Christian Franke <nobody@nowhere.ws> | 2012-09-16 20:58:01 +0200 |
|---|---|---|
| committer | Christian Franke <nobody@nowhere.ws> | 2012-09-16 22:01:45 +0200 |
| commit | 1c3c306f45f3e18cc0174cd1ea9cca36f37696dc (patch) | |
| tree | bb67c4cc3b3d8d37237523ea5b26b4b345d82557 /template/template/template.html | |
| parent | 722bde297e6ed7fb3978b8e785ffcbd6cd19d4f6 (diff) | |
Add some stuff for the wiki
Diffstat (limited to 'template/template/template.html')
| -rw-r--r-- | template/template/template.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/template/template.html b/template/template/template.html index 344af80..14ee17e 100644 --- a/template/template/template.html +++ b/template/template/template.html @@ -15,7 +15,7 @@ <meta name="description" lang="de" content="$template_desc_de"> <meta name="description" lang="en" content="$template_desc_en"> - <link rel="stylesheet" href="/css/sublab-2011-11-02.css" type="text/css"> + <link rel="stylesheet" href="/css/sublab-2012-09-16.css" type="text/css"> <link rel="stylesheet" href="/css/taifun.status.css" type="text/css"> <link rel="stylesheet" href="/css/trieste.status.css" type="text/css"> <link rel="stylesheet" href="/css/nautilus.status.css" type="text/css"> @@ -32,7 +32,7 @@ <div class="image"> <p class="header"> - <span class="header">[ <a href="/mate">mate</a> und technik ]</span> + <span class="box header">[ <a href="/mate">mate</a> und technik ]</span> </p> <h1> Das sublab - ein Hackerspace in Leipzig @@ -93,7 +93,7 @@ sublab: </td> <td class="statusinfo"> - <span class="sublabopen">Open</span> <span class="sublabclosed">Closed</span> + <span class="box sublabopen">Open</span> <span class="box sublabclosed">Closed</span> </td> </tr> </table> @@ -104,7 +104,7 @@ Taifun: </td> <td class="statusinfo"> - <span class="taifunonline">Online</span> <span class="taifunoffline">Offline</span> + <span class="box taifunonline">Online</span> <span class="box taifunoffline">Offline</span> </td> </tr> <tr> @@ -112,7 +112,7 @@ Trieste: </td> <td class="status"> - <span class="triesteonline">Online</span> <span class="triesteoffline">Offline</span> + <span class="box triesteonline">Online</span> <span class="box triesteoffline">Offline</span> </td> </tr> <tr> @@ -120,7 +120,7 @@ Nautilus: </td> <td class="status"> - <span class="nautilusonline">Online</span> <span class="nautilusoffline">Offline</span> + <span class="box nautilusonline">Online</span> <span class="box nautilusoffline">Offline</span> </td> </tr> </table> |
