diff options
-rw-r--r-- | static/css/screen.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index c1e71ea..7e663a3 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -188,8 +188,8 @@ div#page { clear: both; padding: 0; display: block; - -moz-border-radius: 15px; - border-radius: 15px; } + -moz-border-radius: 0; + border-radius: 0; } div#page img.stretch { width: 100%; } div#page div.fineprint { |