]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/web/static/style.css
Feat(web): Сделать множественный выбор в списке книг
[m_librarian.git] / m_librarian / web / static / style.css
index 67149dc6798dbb6222cc93017b39bca1f55d7017..7c3502bf2cea90a3c4db2c758f6436b276aa3400 100644 (file)
@@ -1,4 +1,11 @@
+html {
+   width: 99%;
+   height: 99%;
+}
+
 body {
+   width: 99%;
+   height: 99%;
    color: #000000;
    font-family: sans-serif;
    text-decoration: none;
@@ -30,7 +37,3 @@ td, th {
    border: 1px solid black;
    text-align: left;
 }
-
-td.numeric {
-   text-align: right;
-}