removed conflict with #campaigns (projects/fp)

svn path=/branches/design/; revision=17973
This commit is contained in:
samtuke 2010-10-27 16:24:05 +00:00
parent 8dbed72df1
commit 1822c5e052
2 changed files with 7 additions and 7 deletions

View File

@ -5,13 +5,13 @@
<title>FSFE - Free Software Foundation Europe</title>
</head>
<body>
<div id="campaigns">
<div id="campaign-1">
<div id="campaigns-boxes">
<div id="campaign-box-1">
<img src="http://samtuke.com/fsfe-mockup/pdf-banner.png" alt="End
Government Advertising of non-Free PDF Readers" />
</div>
<div id="campaign-2">
<div id="campaign-box-2">
<p>
Donation box comes here.
</p>

View File

@ -925,13 +925,13 @@ h4#subpages + ul li:nth-child(odd) {
/* Front page */
#campaigns {
#campaign-boxes {
overflow: hidden;
margin-bottom: 1.5em;
height: 180px;
}
#campaign-1 {
#campaign-box-1 {
width:65%;
float:left;
-moz-border-radius:10px;
@ -939,13 +939,13 @@ h4#subpages + ul li:nth-child(odd) {
border-radius:10px;
}
#campaign-1 img {
#campaign-box-1 img {
width: 100%;
margin: 0;
float: none;
}
#campaign-2 {
#campaign-box-2 {
width:32%;
float:right;
-moz-border-radius:10px;