mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
ipfire-new: Fix positioning of the page headline.
This commit is contained in:
@@ -365,20 +365,6 @@ color: #fff;
|
||||
font-size: 3.6em;
|
||||
}
|
||||
|
||||
#logo h2
|
||||
{
|
||||
position: relative;
|
||||
width: 300px;
|
||||
height: 20px;
|
||||
top: 70px;
|
||||
left: 0px;
|
||||
display: block;
|
||||
padding-left: 0.5em;
|
||||
color: #880400;
|
||||
font-size: 14px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
/* Main */
|
||||
|
||||
@@ -412,7 +398,11 @@ margin-bottom: 2.0em;
|
||||
position: relative;
|
||||
width: 910px;
|
||||
margin: 0 auto;
|
||||
padding-top: 3.5em;
|
||||
padding-top: 1.5em;
|
||||
}
|
||||
|
||||
#main_inner h1 {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#main_inner h3,h4
|
||||
|
||||
@@ -160,7 +160,6 @@ END
|
||||
}
|
||||
|
||||
print <<END
|
||||
<h2>$h2</h2>
|
||||
</div>
|
||||
</div>
|
||||
END
|
||||
@@ -171,6 +170,8 @@ END
|
||||
print <<END
|
||||
<div id="main">
|
||||
<div id="main_inner" class="fixed">
|
||||
<h1>$h2</h1>
|
||||
|
||||
<div id="columnA_2columns">
|
||||
END
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user