diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-08-18 12:03:45 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-08-18 12:03:45 +0200 |
commit | 388bd7c3aff8b440febd83598003f96d5a746505 (patch) | |
tree | afd61cffc28709a8357a8dd2295a810e037290a3 /assets/css | |
parent | 50e367e56b367259a2e6fb29621c97e9b0fc9c5e (diff) | |
download | wcms-388bd7c3aff8b440febd83598003f96d5a746505.tar.gz wcms-388bd7c3aff8b440febd83598003f96d5a746505.zip |
Render All Button
Diffstat (limited to 'assets/css')
-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 { |