Minor CSS change, fixed port
This commit is contained in:
parent
6aab9b7f8d
commit
35ad19f499
3
Main.hs
3
Main.hs
@ -112,6 +112,7 @@ getHomeR = defaultLayout $ do
|
|||||||
|
|
||||||
ul {
|
ul {
|
||||||
text-align: initial;
|
text-align: initial;
|
||||||
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upcomingIn {
|
.upcomingIn {
|
||||||
@ -207,7 +208,7 @@ getHomeR = defaultLayout $ do
|
|||||||
|]
|
|]
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = warp 7280 Chhf
|
main = warp 80 Chhf
|
||||||
|
|
||||||
toTS :: (Integer, Int, Int) -> Timestamp
|
toTS :: (Integer, Int, Int) -> Timestamp
|
||||||
toTS (y,m,d) = Ts (fromIntegral d) (fromIntegral m) y
|
toTS (y,m,d) = Ts (fromIntegral d) (fromIntegral m) y
|
||||||
|
Loading…
Reference in New Issue
Block a user