[library-web] reset margins to good values, not to be modified by local CSS snippets
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [library-web] reset margins to good values, not to be modified by local CSS snippets
- Date: Fri, 7 Aug 2009 12:19:20 +0000 (UTC)
commit 64f29fa36968c04a52c0edff64def80ca1d8ab8a
Author: Frédéric Péters <fpeters 0d be>
Date: Fri Aug 7 11:01:53 2009 +0200
reset margins to good values, not to be modified by local CSS snippets
data/skin/lgo.css | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/skin/lgo.css b/data/skin/lgo.css
index a1bfec4..b790f95 100644
--- a/data/skin/lgo.css
+++ b/data/skin/lgo.css
@@ -7,6 +7,10 @@ body {
height: 101%;
}
+div {
+ margin: 0;
+}
+
body.with-star {
background: white url(star.png) -100px -200px no-repeat;
}
@@ -16,6 +20,10 @@ body.with-star {
padding: 0px;
}
+#page ul {
+ margin: 0;
+}
+
div.in-column {
margin: 0 0 2em 1em;
float: right;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]