diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-26 10:32:44 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-26 10:32:44 +0200 |
commit | 1ad9bf0060a7951df30c76577f9babfe1a66e542 (patch) | |
tree | 03a29bfebc052babbe6c045c6492d7dbc91080a7 /public | |
parent | fixed bug (diff) | |
download | Divid-1ad9bf0060a7951df30c76577f9babfe1a66e542.tar.gz |
removed animation, added illustrations instead, removed faaq, added new faq.ejs
Diffstat (limited to 'public')
-rw-r--r-- | public/css/use.less | 38 |
1 files changed, 8 insertions, 30 deletions
diff --git a/public/css/use.less b/public/css/use.less index 4b8a897..6f80224 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -30,6 +30,14 @@ margin-left: 10px; } +.dash { +margin:10px; +} + +.pdash { +margin:10px; +} + .sectionleft { float:left; margin-left: 10px; @@ -51,26 +59,10 @@ padding:46px; margin-bottom:20px; border: 1px solid white; - /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25 );*/ -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } -#first:hover { -color:#ff9a00; -border: 1px solid @grayLighter; -text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25); -} -#second:hover { -color:#ff9a00; -border: 1px solid @grayLighter; -text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25); -} -#third:hover { -color:#ff9a00; -border: 1px solid @grayLighter; -text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25); -} .register { color: #ffffff; @@ -174,20 +166,6 @@ text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25); display: block; } -#FAQ { - margin-top:25px; - /*border-top: 2px solid #9fd5df;*/ - color: #FF9A00; - background-color: #232323; - 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; -} - #register { margin-top:25px; /*border-top: 2px solid #9fd5df;*/ |