X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=_sass%2F_base.scss;h=d91b6bdb20ffdc1ef2fc535302ca439febb43006;hb=937ef308b45eb95a9dfb27c988f17270652f9fc8;hp=df8b5d0173486a38563e2fc30a6f9c9880f9ac53;hpb=b1a36ca2acdc671a93902f78faccc6dea08335de;p=blog diff --git a/_sass/_base.scss b/_sass/_base.scss index df8b5d0..d91b6bd 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -47,7 +47,6 @@ a { } } -// Images img { display: block; max-width: 100%; @@ -55,18 +54,19 @@ img { border-radius: 5px; } -// Tables table { margin-bottom: 1rem; width: 100%; border: 1px solid #e5e5e5; border-collapse: collapse; } + td, th { padding: .25rem .5rem; border: 1px solid #e5e5e5; } + tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th { background-color: #f9f9f9;