diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-29 11:50:29 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-29 11:50:29 +0200 |
commit | 7108a972cfd0b53c2f3eb37cadb3b14ad8e25760 (patch) | |
tree | 91c0d6cd2009ef660f2130858a0e2d176fe89042 /public | |
parent | added new project page and cleaned up a bit (diff) | |
download | Divid-7108a972cfd0b53c2f3eb37cadb3b14ad8e25760.tar.gz |
fixed missing use.css, changed text, removed hr line
Diffstat (limited to 'public')
-rw-r--r-- | public/css/use.less | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/public/css/use.less b/public/css/use.less index fe1745b..fb2cbf1 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -23,6 +23,10 @@ margin-left: 10px; } +.blue { +color:#0D56A6; +} + .join { float:left; position:absolute; @@ -114,14 +118,6 @@ margin:10px; float:right; margin: 0px; } - -.divideLine { -background-color:#66A3D2; -height:5px; -width:35%; -margin-top:40px; -margin-bottom:40px; -} /* .last { background-color:@grayLighter; |