headers still funky, absolutely positioned to avoid bugs for now; removed public tag and grey style

This commit is contained in:
Tom Giannattasio
2012-12-03 16:29:27 -05:00
committed by Brian Talbot
parent 128a402b7f
commit 131f475156
2 changed files with 3 additions and 6 deletions

View File

@@ -200,15 +200,10 @@
content: "- draft";
}
.public-item:after {
content: "- public";
}
.private-item:after {
content: "- private";
}
.public-item,
.private-item {
color: #a4aab7;
}

View File

@@ -43,7 +43,9 @@ body.no-header {
}
.left {
// width: 750px;
position: absolute;
left: 0;
width: 100%;
}
.class-name {