css fixes for table, cells, and pinned sidebar

This commit is contained in:
Oliver Gorwits
2012-03-03 22:12:00 +00:00
parent 5020881793
commit 63946f2cd7

View File

@@ -117,7 +117,15 @@ body {
} }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* for table to center cell content */ /* for table and to position cell content */
table {
width: 100%;
}
td {
vertical-align: baseline;
}
.center_cell { .center_cell {
text-align: center; text-align: center;
@@ -241,7 +249,6 @@ form .clearfix.success input {
.sidebar_pinned { .sidebar_pinned {
position: fixed !important; position: fixed !important;
margin-top: 50px;
} }
#sidebar_pin { #sidebar_pin {