aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorCédric Picard <cedric.picard@efrei.net>2015-01-03 06:10:12 +0100
committerCédric Picard <cedric.picard@efrei.net>2015-01-03 06:10:12 +0100
commit54873eb9d4abf3e3e99cda4f500fe93572b287b0 (patch)
tree001cd3fc9e7f6c1f961ff40a0442b71adea5698b /static
parentc701271404cfe234750e5ab73686fad1c5eb275c (diff)
downloadpasteme-54873eb9d4abf3e3e99cda4f500fe93572b287b0.tar.gz
pasteme-54873eb9d4abf3e3e99cda4f500fe93572b287b0.tar.bz2
pasteme-54873eb9d4abf3e3e99cda4f500fe93572b287b0.zip
Added a space to indicate time left
Diffstat (limited to 'static')
-rw-r--r--static/base.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/base.css b/static/base.css
index 84c8598..c8dd544 100644
--- a/static/base.css
+++ b/static/base.css
@@ -10,6 +10,10 @@ body {
margin-left: auto;
}
+#timeleft {
+ margin-top: 30px;
+}
+
#content {
width: 650px;
height: 600px;