Commit 131f4751 by Tom Giannattasio Committed by Brian Talbot

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

parent 128a402b
......@@ -200,15 +200,10 @@
content: "- draft";
}
.public-item:after {
content: "- public";
}
.private-item:after {
content: "- private";
}
.public-item,
.private-item {
color: #a4aab7;
}
......
......@@ -43,7 +43,9 @@ body.no-header {
}
.left {
// width: 750px;
position: absolute;
left: 0;
width: 100%;
}
.class-name {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment