git.ucc.asn.au
/
planet-ucc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54610c9
)
IE
author
davyd
<davyd>
Sat, 7 Feb 2004 15:06:16 +0000
(15:06 +0000)
committer
davyd
<davyd>
Sat, 7 Feb 2004 15:06:16 +0000
(15:06 +0000)
header.html
patch
|
blob
|
history
planet.css
patch
|
blob
|
history
diff --git
a/header.html
b/header.html
index
447ba93
..
81d89b8
100644
(file)
--- a/
header.html
+++ b/
header.html
@@
-1,2
+1,4
@@
+<p>
+</p>
<img class="title" src="title.png" alt="Planet UCC" />
<img class="logo" src="ucc.png" alt="UCC Logo" />
diff --git
a/planet.css
b/planet.css
index
de79b98
..
c942c1b
100644
(file)
--- a/
planet.css
+++ b/
planet.css
@@
-1,15
+1,21
@@
-.header {
+
/*
.header {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 75px;
background-color: black;
-}
+}
*/
.header p {
+ position: absolute;
background-color: black;
color: black;
+ top: 0;
+ left: 0;
+ right: 0;
+ height: 75px;
+ margin: 0;
}
.header img.title {
@@
-19,10
+25,9
@@
}
.header img.logo {
-/* position: absolute; */
- float: right;
+ position: absolute;
top: 0;
-/* right: 0; */
+ right: 0;
}
.sidebar {
UCC
git Repository :: git.ucc.asn.au