Do not move the options down when the screen isn't wide enough.

This commit is contained in:
Nicolas Stepien 2011-12-11 16:43:39 +01:00
parent 8d7b824362
commit 7aa148e614
2 changed files with 2 additions and 2 deletions

View File

@ -3257,7 +3257,7 @@
text-align: center;\ text-align: center;\
background: rgba(0,0,0,.5);\ background: rgba(0,0,0,.5);\
}\ }\
#overlay::before {\ #overlay::after {\
content: "";\ content: "";\
display: inline-block;\ display: inline-block;\
height: 100%;\ height: 100%;\

View File

@ -2609,7 +2609,7 @@ Main =
text-align: center; text-align: center;
background: rgba(0,0,0,.5); background: rgba(0,0,0,.5);
} }
#overlay::before { #overlay::after {
content: ""; content: "";
display: inline-block; display: inline-block;
height: 100%; height: 100%;