Modified:
/trunk/pirate-politics/static/style.css
=======================================
--- /trunk/pirate-politics/static/style.css Mon Jan 17 10:25:31 2011
+++ /trunk/pirate-politics/static/style.css Mon Jan 17 13:08:06 2011
@@ -87,6 +87,7 @@
}
.stage {
+ top:-100px;
width:100%;
position:relative;
/*border:3px solid red;*/
@@ -198,7 +199,6 @@
.argument .yea_argument {
position:relative;
width:49%;
- left:-55px;
float:left;
/*border:1px solid #2D167B;*/
overflow:hidden;
@@ -207,7 +207,6 @@
.argument .nay_argument {
position:relative;
width:50%;
- left:-35px;
float:right;
/*border:1px solid #F4CE22;*/
overflow:hidden;