diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index d1d58e8..a953c47 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -27,7 +27,7 @@ aside.home { aside.home details, aside.home span { - width: 30%; + width: 100%; } @@ -111,7 +111,6 @@ tr:hover { background-color: #7b97b9; width: 100%; padding: 3px 0.5%; - border-bottom: solid 1px dimgrey; } #topbar form { |