headers still funky, absolutely positioned to avoid bugs for now; removed public tag and grey style
This commit is contained in:
committed by
Brian Talbot
parent
128a402b7f
commit
131f475156
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user