diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-06 16:38:51 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-06 16:39:09 +0300 |
| commit | 4b86b497cdae02a6908a7027e17695089b36d2fb (patch) | |
| tree | 913f9c71b5ca0220a37ecf0d44afb8cb918262f3 /client/colors.less | |
| parent | c5b88bab38968b5fc31b82292aca69a3df561aaf (diff) | |
Fix header padding and remove processing
Diffstat (limited to 'client/colors.less')
| -rw-r--r-- | client/colors.less | 37 |
1 files changed, 2 insertions, 35 deletions
diff --git a/client/colors.less b/client/colors.less index 01b15a6..9c47dcd 100644 --- a/client/colors.less +++ b/client/colors.less @@ -3,7 +3,7 @@ body { div.header { font-family: 'Cutive', serif; - margin: 3px 23px 3px 23px; + padding: 3px 23px 3px 23px; border-bottom: 1px #C4C4C4 solid; img.logo { height: 41px; @@ -11,6 +11,7 @@ body { div.links { float: right; color: #6D6D6D; + line-height: 41px; a { color: #6D6D6D; } @@ -164,40 +165,6 @@ body { } } - h2 { - margin-top: 0px; - margin-bottom: 20px; - color: #2636F9; - font-size: 2.3em; - font-weight: bold; - text-align: center; - div.sec { - color: #333; - } - } - - svg.spinner { - display: block; - margin: 0 auto; - margin-top: 20px; - } - - .rect { - fill: none; - stroke-width: 8px; - stroke: #2636F9; - stroke-dasharray: 40; - stroke-dashoffset: 50%; - - animation: movedash 1.5s forwards 0s infinite; - } - - @keyframes movedash { - to { - stroke-dashoffset: 250%; - } - } - div.photos { display: -webkit-flex; display: flex; |
