Commit 6c3e63a3 by Dányi Bence

one: css hacks for borders

parent bb4afa20
......@@ -293,6 +293,21 @@
font-size: 0.8em;
}
}
#file-list {
li:nth-child(3) .summary{
border-top: none;
}
li:nth-child(2) .summary{
border-top: none;
}
li:nth-child(1) .summary{
border-top: none;
border-bottom: 1px solid #888
}
}
#current-location .summary{
border-bottom: 1px solid #888
}
.filetype-c {
background-image: url(icons/document-visual-studio.png);
}
......
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 sign in to comment