1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 04:42:22 +02:00

fixes for microorganisms.codes

This commit is contained in:
2019-05-28 16:50:40 +02:00
parent 7e0e171512
commit 27380fa021
73 changed files with 679 additions and 412 deletions

View File

@ -164,7 +164,7 @@ help {
text-align: center;
}
/* tables */
/* tables, make them look like scientific ones */
.table {
font-size: 90%;
}
@ -209,3 +209,6 @@ table a:not(.btn):hover, .table a:not(.btn):hover {
border: 2px #2c3e50 dashed;
margin-top: 1%;
}
#btn_collapseDisqus {
white-space: normal;
}