mirror of https://github.com/MISP/misp-website
chg: [css] beautify table
parent
ea78b7b8d9
commit
7388b6530e
|
|
@ -15,6 +15,18 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* beautify tables */
|
||||||
|
#content th {
|
||||||
|
border-bottom: solid 5px var(--primary-accent);
|
||||||
|
line-height: 1.1;
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
#content td, th {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* all img in blog posts are responsive */
|
/* all img in blog posts are responsive */
|
||||||
#blog-post img {
|
#blog-post img {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue