diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-05-02 15:34:56 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-05-02 15:34:56 +0200 |
commit | c371674df82f825c110a0f230e74e46dffa66534 (patch) | |
tree | 19d53cf4740757aa83d339b78e67ec1c3291422a /public/css/use.less | |
parent | Merge branch 'master' of github.com:dennisse/Divid (diff) | |
download | Divid-c371674df82f825c110a0f230e74e46dffa66534.tar.gz |
missing bracket
Diffstat (limited to 'public/css/use.less')
-rw-r--r-- | public/css/use.less | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/public/css/use.less b/public/css/use.less index da29867..d9d4c3d 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -72,12 +72,10 @@ margin-top:45px; margin-bottom: 20px; margin-left: 0px; /*background-color: @grayLighter;*/ - /*background-image: url('/img/people.png'); background-repeat:no-repeat; background-attachment:fixed; background-position:center;*/ - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); @@ -92,16 +90,10 @@ margin-top:45px; float: right; margin: 0px; } - .scenario { margin:60px; text-align: center; } - -/* -.last { - background-color:@grayLighter; -}*/ #hva { /*height: 460px;*/ /*margin: 0 auto;*/ @@ -115,7 +107,6 @@ text-align: center; line-height: 26px; display: block; } - #hvor { /*height:460px;*/ margin-top: 25px; @@ -135,7 +126,6 @@ text-align: center; /*height:460px;*/ margin-top: 25px; /*border-top: 2px solid #9fd5df;*/ - color: #4186D3; background-color: #0D56A6; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); @@ -146,32 +136,4 @@ text-align: center; line-height: 26px; display: block; } -.form-actions { -background-color:#0D56A6; -} - -.well { -background-color:#0D56A6; -} - -/* -#register { - /*height:460px;*/ - margin-top: 25px; - border-top: 2px solid #9fd5df; - - color: #FFFFFF; - background-color: #000000; - 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); - /*margin: 0 auto;*/ - font-size: 18px; - line-height: 26px; - display: block; -}*/ -/*#footer { - background-color: #0D56A6; - width:1170px; - height:100px; -}*/ +}
\ No newline at end of file |