diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-04-28 14:01:03 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-04-28 14:01:03 +0100 |
commit | 7981e653d805fd3fa31cf7897704b3a328edf0f2 (patch) | |
tree | 145fcbb7bc9f3510bd09674ea04e315fd39e495e | |
parent | bc9198072b80853375bfc77e0cb72866b92273b0 (diff) | |
download | rtmux-7981e653d805fd3fa31cf7897704b3a328edf0f2.tar.gz rtmux-7981e653d805fd3fa31cf7897704b3a328edf0f2.tar.bz2 rtmux-7981e653d805fd3fa31cf7897704b3a328edf0f2.zip |
But this does work.
-rw-r--r-- | www/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/main.css b/www/main.css index 28b58424..cacdd438 100644 --- a/www/main.css +++ b/www/main.css @@ -1,3 +1,8 @@ +html { + max-width: 1000px; + margin-left: auto; + margin-right: auto; +} body { font-family: Sans-Serif; font-size: 10pt; |