diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-05-02 15:07:47 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-05-02 15:07:47 +0200 |
commit | aee558c8d9914c2a59f778425268764423385318 (patch) | |
tree | 059fb798f670a98a3afe2d7396df31c546401c83 /public/css/use.less | |
parent | Swapped logo2x with new edited version (diff) | |
download | Divid-aee558c8d9914c2a59f778425268764423385318.tar.gz |
adding signup form to home
Diffstat (limited to 'public/css/use.less')
-rw-r--r-- | public/css/use.less | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/public/css/use.less b/public/css/use.less index 5c7a5b8..da29867 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -1,11 +1,3 @@ -/*#wrapper { - width:100%; - background-position: center 40%; -} -.content { - margin-left: 0px; -}*/ - .pitch { position: relative; margin-left: 10px; @@ -154,10 +146,17 @@ text-align: center; line-height: 26px; display: block; } +.form-actions { +background-color:#0D56A6; +} + +.well { +background-color:#0D56A6; +} /* #register { - height:460px; + /*height:460px;*/ margin-top: 25px; border-top: 2px solid #9fd5df; |