aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-03-17 06:50:00 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-03-17 06:50:00 +0000
commit9f77aad31d019915f81a34733703b6bd740217ea (patch)
treecdb8bcd1355f2b5e2a9077963120e3d64a89709d
parent65542e5f0f2cd31a943f090e41c53f1a6f572da3 (diff)
downloadsariulclocks-9f77aad31d019915f81a34733703b6bd740217ea.tar.gz
fix date creating a horizontal scroll bar
-rw-r--r--src/sariulclocks.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sariulclocks.hs b/src/sariulclocks.hs
index 93fb7e2..6a3b656 100644
--- a/src/sariulclocks.hs
+++ b/src/sariulclocks.hs
@@ -74,7 +74,7 @@ clockColumn :: Html -> Html
clockColumn = thediv ! [strAttr "class" "col-md-6"]
theDate :: Html
-theDate = thediv # "row"
+theDate = thediv # "container" << thediv # "row"
<< thediv # "col-md-12"
<< (hr
+++ (h1 ! [ strAttr "id" "date"