mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 23:12:39 +00:00
Improving table spacing slightly
This commit is contained in:
@@ -141,7 +141,7 @@
|
|||||||
tbody{
|
tbody{
|
||||||
tr{
|
tr{
|
||||||
td{
|
td{
|
||||||
padding : 0.2em 0.1em;
|
padding : 0.3em 0.1em;
|
||||||
}
|
}
|
||||||
&:nth-child(odd){
|
&:nth-child(odd){
|
||||||
background-color : @noteGreen;
|
background-color : @noteGreen;
|
||||||
@@ -332,10 +332,11 @@
|
|||||||
text-indent : -1em;
|
text-indent : -1em;
|
||||||
list-style-type : none;
|
list-style-type : none;
|
||||||
}
|
}
|
||||||
|
//Double hr for full width elements
|
||||||
hr+hr+table, hr+hr+blockquote{
|
hr+hr+table, hr+hr+blockquote{
|
||||||
column-span : 2;
|
column-span : all;
|
||||||
-webkit-column-span : 2;
|
-webkit-column-span : all;
|
||||||
-moz-column-span : 2;
|
-moz-column-span : all;
|
||||||
}
|
}
|
||||||
//Column Break
|
//Column Break
|
||||||
pre{
|
pre{
|
||||||
|
|||||||
Reference in New Issue
Block a user