[static-web] error/grass.css: remove horizontal scroll
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [static-web] error/grass.css: remove horizontal scroll
- Date: Tue, 7 Oct 2014 07:58:01 +0000 (UTC)
commit 33ec8be0426b12c402ed8fd43dcc0638429f7683
Author: Magdalen Berns <m berns thismagpie com>
Date: Tue Oct 7 07:01:47 2014 +0100
error/grass.css: remove horizontal scroll
by making maximum body width 100% this removes a default
horizontal scroll
bug: https://bugzilla.gnome.org/show_bug.cgi?id=737967#c9
Signed-off-by: Andrea Veri <av gnome org>
error-500/grass.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/error-500/grass.css b/error-500/grass.css
index 2682b4c..a7d1509 100644
--- a/error-500/grass.css
+++ b/error-500/grass.css
@@ -12,7 +12,7 @@ body {
font-family: Cantarell,'Droid Sans',Ubuntu,'DejaVu Sans',Arial,sans-serif;
font-size: 14px;
line-height: 1.6;
- width: 100%;
+ max-width: 100%;
}
#page {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]