diff options
Diffstat (limited to 'public')
-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; |