0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 07:12:40 +00:00

Merge pull request #1544 from Gazook89/ClassTable-Revisions

Class table revisions - 1/3 Table, minor fixes
This commit is contained in:
Trevor Buckner
2021-08-31 16:42:28 -04:00
committed by GitHub
3 changed files with 122 additions and 80 deletions

View File

@@ -560,17 +560,22 @@ body {
// * CLASS TABLE
// *****************************/
.page .classTable{
margin-top : 25px;
margin-bottom : 40px;
border-collapse : separate;
background-color : white;
border : initial;
border-style : solid;
border-image-outset : 25px 17px;
border-image-repeat : stretch;
border-image-slice : 150 200 150 200;
border-image-source : @frameBorderImage;
border-image-width : 47px;
th[colspan]:not([rowspan]) {
white-space : nowrap;
}
&.frame {
margin-top : 25px;
margin-bottom : 40px;
border-collapse : separate;
background-color : white;
border : initial;
border-style : solid;
border-image-outset : 25px 17px;
border-image-repeat : stretch;
border-image-slice : 150 200 150 200;
border-image-source : @frameBorderImage;
border-image-width : 47px;
}
h5{
margin-bottom : 10px;
}