Browse Source

quick fix of new user modal wrapper margin offset

master
Simon Grim 10 years ago
parent
commit
3e4abd3768
  1. 2
      css/style.css

2
css/style.css

@ -1420,7 +1420,7 @@ ol.toptrends-list {
{ {
width: 720px; width: 720px;
height: 400px; height: 400px;
margin: -200px 0 0 -280px; margin: 60px 0 0 -360px;
overflow-x: hidden; overflow-x: hidden;
overflow-y: hidden; overflow-y: hidden;
} }

Loading…
Cancel
Save