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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user