forked from em/receptty.org
Float tabulky ingrediencí vpravo
This commit is contained in:
parent
3d219fbdcb
commit
0f3735bde5
@ -3,7 +3,6 @@ table {
|
|||||||
border-radius:3px;
|
border-radius:3px;
|
||||||
background:$secondary;
|
background:$secondary;
|
||||||
padding:0;
|
padding:0;
|
||||||
margin:0 2em 2em 0;
|
|
||||||
clear:both;
|
clear:both;
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
table {
|
table {
|
||||||
float:none;
|
float:none;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
margin:0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -40,8 +41,9 @@
|
|||||||
border-radius:8px;
|
border-radius:8px;
|
||||||
|
|
||||||
table {
|
table {
|
||||||
float:left;
|
float:right;
|
||||||
width:45%;
|
width:45%;
|
||||||
|
margin:0 0 2em 2em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user