]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/web/static/style.css
Fix(web): Выровнять числа вправо
[m_librarian.git] / m_librarian / web / static / style.css
index 7c3502bf2cea90a3c4db2c758f6436b276aa3400..6e731870a33dc26a8ebbe393b74a70d3e64982d0 100644 (file)
@@ -7,6 +7,7 @@ body {
    width: 99%;
    height: 99%;
    color: #000000;
+   background-color: #FFFFFF;
    font-family: sans-serif;
    text-decoration: none;
    margin: 8pt;
@@ -33,7 +34,11 @@ table {
    border: 1px solid black;
 }
 
+tr:hover {
+   background-color: lightgrey;
+}
+
 td, th {
-   border: 1px solid black;
    text-align: left;
+   margin-left: 2ex;
 }