Commit b117fa2e085a241757befca1c3dd6f3577dba579
1 parent
485032db
Exists in
master
and in
3 other branches
moved css to the right place and centralized tag cloud
Showing
2 changed files
with
7 additions
and
7 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
... | ... | @@ -32,13 +32,7 @@ a:focus { |
32 | 32 | color: #2E8B57; |
33 | 33 | } |
34 | 34 | |
35 | -@media (max-width: 780px ){ | |
36 | - .users-cloud .small a { | |
37 | - | |
38 | - display:none; | |
39 | - } | |
40 | 35 | |
41 | -} | |
42 | 36 | .users-cloud .big a { |
43 | 37 | font-size: 2.25em; |
44 | 38 | color: #6B8E23; |
... | ... | @@ -63,7 +57,7 @@ a:focus { |
63 | 57 | |
64 | 58 | .div-users-cloud{ |
65 | 59 | height: 100%; |
66 | - margin-left: -45px; | |
60 | + margin-left: -10px; | |
67 | 61 | width: 100%; |
68 | 62 | } |
69 | 63 | ... | ... |