diff options
-rw-r--r-- | www/specials.html | 9 | ||||
-rw-r--r-- | www/styles/specials.css | 14 |
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; |