aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--app/views/templates/footer.ejs2
-rw-r--r--public/css/shame.less6
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; }
}