0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 13:52:38 +00:00

Improving table spacing slightly

This commit is contained in:
Scott Tolksdorf
2016-01-21 22:48:02 -05:00
committed by Scott
parent fe806b0636
commit 69f8cdb402

View File

@@ -141,7 +141,7 @@
tbody{
tr{
td{
padding : 0.2em 0.1em;
padding : 0.3em 0.1em;
}
&:nth-child(odd){
background-color : @noteGreen;
@@ -332,10 +332,11 @@
text-indent : -1em;
list-style-type : none;
}
//Double hr for full width elements
hr+hr+table, hr+hr+blockquote{
column-span : 2;
-webkit-column-span : 2;
-moz-column-span : 2;
column-span : all;
-webkit-column-span : all;
-moz-column-span : all;
}
//Column Break
pre{