summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-04-07 00:52:11 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-04-07 00:52:11 (GMT)
commit2a773112405629469754606fff0ac57600b6f0b9 (patch)
tree4df2444bb29407dbc31d9b3a3c914190517f7d86
parentabd757df48d8ab7669e471ed9f63fbf38f3b5cf6 (diff)
set header
-rw-r--r--www/specials.html9
-rw-r--r--www/styles/specials.css14
2 files changed, 2 insertions, 21 deletions
diff --git a/www/specials.html b/www/specials.html
index e5fa4a6..db0c8bf 100644
--- a/www/specials.html
+++ b/www/specials.html
@@ -16,15 +16,8 @@
<body>
<div id="container">
<div id="header">
- <div id="control">
- <div class="btn-group" role="group">
- <button type="button" class="btn btn-default" id="btn-earlier"><span class="glyphicon glyphicon-minus"></span></button>
- <button type="button" class="btn btn-default" id="btn-later"><span class="glyphicon glyphicon-plus"></span></button>
- </div>
- </div>
<div>
- <span class="week"></span>
- <span class="date">--.--.----</span>
+ <h1>Specials</h1>
</div>
</div>
diff --git a/www/styles/specials.css b/www/styles/specials.css
index 09726f2..7898dc1 100644
--- a/www/styles/specials.css
+++ b/www/styles/specials.css
@@ -35,19 +35,7 @@ body {
margin-bottom: 0.5em;
}
-#control {
- float: left;
- margin-right: 1em;
-}
-
-#header span.week {
- font-size: 0.6em;
- position: relative;
- bottom: 0.35em;
- padding-bottom: .15em;
-}
-
-#header span.date {
+#header h1 {
font-size: 1.2em;
font-weight: bold;
padding-left: 0.3em;