Fixes "Hide Code" Engine & Style

This commit is contained in:
LeoColomb
2014-02-16 23:06:28 +01:00
parent 69af0ec703
commit c8f21efd4a
6 changed files with 26 additions and 44 deletions

View File

@ -217,10 +217,6 @@ pre {
}
}
.hideCode:before {
width: 100% !important;
}
table {
float: left;
clear: left;
@ -262,11 +258,6 @@ pre {
}
}
.hideCode2 {
width: 900px !important;
width: calc(100% - 130px) !important;
}
ul, ol {
li {
margin-left: 30px;
@ -282,10 +273,6 @@ pre {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 10px;
}
hideCode3 {
display: none;
}
}
}
}