#options { width: 500px; }

This commit is contained in:
James Campos 2011-06-11 10:18:34 -07:00
parent d72ae037ec
commit ed977ef95c
2 changed files with 2 additions and 0 deletions

View File

@ -2673,6 +2673,7 @@
#options {\ #options {\
position: fixed;\ position: fixed;\
padding: 5px;\ padding: 5px;\
width: 500px;\
}\ }\
#options .move, #credits {\ #options .move, #credits {\
text-align: right;\ text-align: right;\

View File

@ -2048,6 +2048,7 @@ main =
#options { #options {
position: fixed; position: fixed;
padding: 5px; padding: 5px;
width: 500px;
} }
#options .move, #credits { #options .move, #credits {
text-align: right; text-align: right;