Update and cleanup
This commit is contained in:
+1
-15
@@ -1,5 +1,3 @@
|
||||
/* CSS 2 styles for Krzak.org */
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -39,7 +37,7 @@ a {
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 664px; /* Total 720 with padding */
|
||||
max-width: 664px;
|
||||
margin: 0 auto;
|
||||
padding: 28px;
|
||||
background-color: #1a1130;
|
||||
@@ -48,7 +46,6 @@ a {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Header layout using tables */
|
||||
table.header-table {
|
||||
width: 100%;
|
||||
margin-bottom: 24px;
|
||||
@@ -172,7 +169,6 @@ a.link span {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* * html hack for IE6 clearfix */
|
||||
* html .clearfix { height: 1%; }
|
||||
|
||||
.foot {
|
||||
@@ -230,16 +226,6 @@ a.button:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a.link span.experimental {
|
||||
font-size: 0.7em;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
color: #e0a05b;
|
||||
margin-left: 4px;
|
||||
float: none;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.matrix-link {
|
||||
background-color: #19271c !important;
|
||||
border-color: #3b5032 !important;
|
||||
|
||||
Reference in New Issue
Block a user