wiki fullscreen optimisation

This commit is contained in:
Mario Vavti
2016-12-10 15:08:49 +01:00
parent 0a6916e1b9
commit 0315077daf
3 changed files with 35 additions and 8 deletions

View File

@@ -2040,6 +2040,12 @@ dl.bb-dl > dd > li {
max-width: 100%;
}
#ace-editor,
#editor {
border-bottom-left-radius: $radiuspx;
border-bottom-right-radius: $radiuspx;
}
.sub-menu {
margin-top: 10px;
padding-left: 15px;