gimp-web r1921 - in trunk: . style
- From: jimmac svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp-web r1921 - in trunk: . style
- Date: Fri, 27 Feb 2009 20:14:15 +0000 (UTC)
Author: jimmac
Date: Fri Feb 27 20:14:14 2009
New Revision: 1921
URL: http://svn.gnome.org/viewvc/gimp-web?rev=1921&view=rev
Log:
Avoid using negative margins on the splash.
Modified:
trunk/ChangeLog
trunk/style/wgo.css
Modified: trunk/style/wgo.css
==============================================================================
--- trunk/style/wgo.css (original)
+++ trunk/style/wgo.css Fri Feb 27 20:14:14 2009
@@ -528,6 +528,7 @@
max-width: 60em;
margin: 0;
padding: 20px;
+ position: relative;
/* border: 1px solid blue; */
}
@@ -614,18 +615,17 @@
}
div.splash {
- margin: -20px -20px 0 -20px;
+ margin: 0;
background-color: transparent;
height: 180px;
overflow: hidden;
- position: relative;
+ position: absolute;
+ top: 0; left: 0; right: 200px;
}
- /*
.splash+h1 {
margin-top: 180px;
- }
- */
+ }
.splash img#splashbg, .splash>img:first-child {
display: block;
@@ -652,17 +652,19 @@
}
.intropara {
- margin: 0 -20px 2em -20px;
+ position: absolute !important;
+ top: 180px; left: 0; right: 200px;
background-color: #444;
padding: 8px 16px 16px 58px;
line-height: 1.5em;
overflow: hidden;
font-style: italic;
font-size: 90%;
+ margin: 0;
}
#downloadgimp {
-
+ margin-top: 20em;
}
/* some elements do not need to be printed */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]