diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-13 03:36:18 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-13 03:36:18 -0600 |
commit | 062d17b2721757801bee90764d36384d18f1e4b1 (patch) | |
tree | fabe33e1b5372316f2ad74b2f253c2808923ab57 /css/page.css | |
parent | 03c60352dfc39d1272bd1a7136025e5fac17f556 (diff) | |
download | pathery-062d17b2721757801bee90764d36384d18f1e4b1.tar.xz |
Moved the social-buttons next to the copyright to make the footer a bit more compact
Diffstat (limited to 'css/page.css')
-rw-r--r-- | css/page.css | 30 |
1 files changed, 21 insertions, 9 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;
|