This commit is contained in:
Unknwon 2014-10-13 03:07:47 -04:00
parent b93ae452fe
commit 451f328a4c
4 changed files with 9 additions and 13 deletions

View file

@ -1402,12 +1402,10 @@ The register and sign-in page style
}
.code-view .lines-num span {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
line-height: 18px;
padding: 0 8px 0 10px;
line-height: 1.6;
padding: 0 10px;
cursor: pointer;
display: block;
margin-top: 2px;
font-size: 12px;
}
.code-view .lines-code > pre {
border: none;

View file

@ -444,13 +444,11 @@
background: #f5f5f5;
width: 1%;
span {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
line-height: 18px;
padding: 0 8px 0 10px;
cursor: pointer;
display: block;
margin-top: 2px;
font-size: 12px;
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
line-height: 1.6;
padding: 0 10px;
cursor: pointer;
display: block;
}
}
.lines-code > pre {