diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-30 12:16:39 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-30 12:16:39 +0200 |
commit | 305e189956e8c4834300c8b5b38509590e70be7f (patch) | |
tree | 4045f7a9d4aebbb006db92caeb2c79ffe72859b3 /public/css/use.less | |
parent | moved #vertical and removed use.less completely from shame.less (diff) | |
download | Divid-305e189956e8c4834300c8b5b38509590e70be7f.tar.gz |
changes in divid home and use.less
Diffstat (limited to 'public/css/use.less')
-rw-r--r-- | public/css/use.less | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/public/css/use.less b/public/css/use.less index 329f56d..7512bfb 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -37,6 +37,7 @@ padding: 5px; } .infobox { + display: inline-block; text-align: center; /*background-color: @grayLighter;*/ @@ -104,6 +105,7 @@ margin-top:45px; .scenario { margin:60px; +text-align: center; } /* @@ -111,12 +113,8 @@ margin:60px; background-color:@grayLighter; }*/ #hva { - height:460px; margin-top: 25px; /*border-top: 2px solid #9fd5df;*/ - - color: #000000; - background-color: #eeeeee; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); |