X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/bndl.org/blobdiff_plain/cb742bb69034bdc97f1b762fc4bf7fde4f027fea..b77d1ccc75a49d601266c5194e990c829a6f888e:/style.css diff --git a/style.css b/style.css index 91c6253..e211e8d 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,7 @@ header, section {margin-bottom: 1.7rem} top: -0.75rem; } main { + min-width: 30rem; max-width: 50rem; padding-bottom: 1rem; } @@ -33,14 +34,9 @@ a:hover { font-size: 0.9em; font-weight: normal; } -.btable td:first-child {text-align: right} +.btable td {padding: 0 0.3rem} +.btable td:first-child, .btable td:nth-child(3) {text-align: right} +.btable td:first-child {padding-left: 0} +.btable td:last-child {padding-right: 0} #theses {padding-left: 1rem} h1, h2, h3, h4, h5 {line-height: 1.15} -#gnu-inside { - position: absolute; - top: 0px; - right: 0px; -} -#gnu-inside a {border: none !important} -#gnu-inside:hover a {background-color: transparent} -#gnu-inside:hover img {background-color: aliceblue}