summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/page.css30
-rw-r--r--includes/header.php24
2 files changed, 32 insertions, 22 deletions
diff --git a/css/page.css b/css/page.css
index 40027ca..13884dd 100644
--- a/css/page.css
+++ b/css/page.css
@@ -51,10 +51,9 @@ form {
float:left;
display:inline;
}
+
.divide {
- font-weight:bold;
- padding: 15px 15px;
- margin: 12px auto;
+ padding: 15px 0px;
text-align: center;
position: relative;
min-width: 900px;
@@ -70,6 +69,25 @@ form {
}
+.copyAndButtons
+{
+ margin: 0 auto;
+ width: 900px;
+}
+
+.copyAndButtons #copy
+{
+ clear: both;
+ float: left;
+ margin-left: 240px;
+}
+
+.copyAndButtons #socialButtons
+{
+ float: left;
+ margin: 0 auto;
+}
+
#countdown {
text-align: center;
margin-top: 5px;
@@ -107,12 +125,6 @@ a:hover {
-moz-transition:color 0s ease-out;
}
-.socialButtons {
- text-align:right;
- margin: 0px auto;
- width:890px;
-}
-
.buttons a {
margin: 1px;
opacity: 0.7;
diff --git a/includes/header.php b/includes/header.php
index 2a6e940..d0a54bd 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -62,16 +62,7 @@ function htmlFooter() {
global $footerLinks;
- echo "<div class='divide'>
-
- <div class='socialButtons buttons'>
- <a href='http://www.facebook.com/Pathery' target='top' title='Facebook'><img alt='Facebook' src='images/btns/facebook.png' /></a>
- <a href='http://www.reddit.com/r/Pathery' target='top' title='Reddit'><img alt='Reddit' src='images/btns/reddit.png' /></a>
- <a href='https://twitter.com/Pathery' target='top' title='Twitter'><img alt='Twitter' src='images/btns/twitter.png' /></a>
- <a href='https://plus.google.com/105148482605711831543' target='top' title='Google Plus'><img alt='Google Plus' src='images/btns/googleplus.png' /></a>
- </div>
-
- </div>";
+ echo "<div class='divide'></div>";
echo " <div class='footerArea' style='width:100%;clear: both'><ul id='triple'>";
foreach ($footerLinks as $key => $value) {
echo "<li><a href='$key'>$value</a></li>";
@@ -79,9 +70,16 @@ function htmlFooter() {
echo " </ul></div>";
?>
-
- <div id="copy" style='width:100%;clear: both'>
- Copyright &copy; 2011-2012 pathery.com
+ <div class="copyAndButtons">
+ <div id="copy">
+ Copyright &copy; 2011-2012 pathery.com
+ </div>
+ <div id="socialButtons" class='buttons'>
+ <a href='http://www.facebook.com/Pathery' target='top' title='Facebook'><img alt='Facebook' src='images/btns/facebook.png' /></a>
+ <a href='http://www.reddit.com/r/Pathery' target='top' title='Reddit'><img alt='Reddit' src='images/btns/reddit.png' /></a>
+ <a href='https://twitter.com/Pathery' target='top' title='Twitter'><img alt='Twitter' src='images/btns/twitter.png' /></a>
+ <a href='https://plus.google.com/105148482605711831543' target='top' title='Google Plus'><img alt='Google Plus' src='images/btns/googleplus.png' /></a>
+ </div>
</div>
<br />