lock gopmfile

This commit is contained in:
Unknwon 2014-11-17 16:25:39 -05:00
parent d21d7171b0
commit 5d9ef2bb12
6 changed files with 15 additions and 13 deletions

View file

@ -1427,6 +1427,7 @@ The register and sign-in page style
}
.code-view .lines-code > pre > ol.linenums > li {
padding: 0 10px;
line-height: 20px;
}
.code-view .lines-code > pre > ol.linenums > li.active {
background: #ffffdd;

View file

@ -458,6 +458,7 @@
border-left: 1px solid #ddd;
> ol.linenums > li {
padding: 0 10px;
line-height: 20px;
&.active {
background: #ffffdd;
}