Minor style updates.

This commit is contained in:
Lars Jung 2012-10-21 21:28:56 +02:00
parent cc30a12bee
commit e6e5f3309b
2 changed files with 2 additions and 25 deletions

View File

@ -19,8 +19,6 @@
}
// @check-white: rgba(255,255,255,0.5);
// @check-black: rgba(0,0,0,0.2);
@check-white: #f8f8f8;
@check-black: #e8e8e8;
#pv-img-image {
@ -120,20 +118,11 @@
}
}
// #pv-img-topbar {
// position: fixed;
// z-index: 5;
// width: 100%;
// left: 0;
// top: 0;
// .vert-gradient(rgb(37,37,37), rgb(24,24,24));
// border-bottom: 1px solid rgb(27,27,27);
// }
#pv-img-bottombar {
position: fixed;
z-index: 5;
width: 100%;
height: 32px;
left: 0;
bottom: 0;
.vert-gradient(rgb(27,27,27), rgb(14,14,14));

View File

@ -34,9 +34,6 @@
.gutter .line {
border-right: none !important;
}
// .code .line, table td.code .container textarea {
// white-space: normal !important;
// }
}
&.markdown {
@ -138,20 +135,11 @@
}
}
// #pv-txt-topbar {
// position: fixed;
// z-index: 5;
// width: 100%;
// left: 0;
// top: 0;
// .vert-gradient(rgb(37,37,37), rgb(24,24,24));
// border-bottom: 1px solid rgb(27,27,27);
// }
#pv-txt-bottombar {
position: fixed;
z-index: 5;
width: 100%;
height: 32px;
left: 0;
bottom: 0;
.vert-gradient(rgb(27,27,27), rgb(14,14,14));