diff options
author | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-26 16:11:48 +0200 |
---|---|---|
committer | Dennis Eriksen <dennis.se@gmail.com> | 2013-05-26 16:11:48 +0200 |
commit | 47c31dc20bf15d98a5d1eadd8bb636c0b6abd5be (patch) | |
tree | 219ed36e08b901bb098a2f3af1e8a6371c8c2c30 | |
parent | fixed some colours and shit on the homepage (diff) | |
download | Divid-47c31dc20bf15d98a5d1eadd8bb636c0b6abd5be.tar.gz |
just derping around
-rw-r--r-- | app/views/templates/footer.ejs | 2 | ||||
-rw-r--r-- | public/css/shame.less | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/app/views/templates/footer.ejs b/app/views/templates/footer.ejs index 2421d82..b0a82a6 100644 --- a/app/views/templates/footer.ejs +++ b/app/views/templates/footer.ejs @@ -1,6 +1,4 @@ - - <!-- Le javascript ================================================== diff --git a/public/css/shame.less b/public/css/shame.less index d202649..3481262 100644 --- a/public/css/shame.less +++ b/public/css/shame.less @@ -16,10 +16,10 @@ - +html, body { height: 100%; } body { margin-top: @navbarHeight; - background-color:white; + background-color:white; } @media (max-width: @navbarCollapseWidth) { body { @@ -246,6 +246,7 @@ div.lastactivity .activity .details { background-color: @white; } + #index2 { } @@ -287,7 +288,6 @@ p.flip { -webkit-transform: rotate(-90deg); } - @media (max-width: 480px) { canvas { display: none; } } |