diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-10-29 15:57:03 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-10-29 15:57:03 +0100 |
| commit | 9a86c0ff3c4606dfa5843ac802305d288ba288d7 (patch) | |
| tree | a5e6711f71d0346cb996c48e034ccdc12600200a /resources/css | |
| parent | ef881450b5a90d00aca3ca9b49dedfa04cfc36f7 (diff) | |
| download | webtrees-9a86c0ff3c4606dfa5843ac802305d288ba288d7.tar.gz webtrees-9a86c0ff3c4606dfa5843ac802305d288ba288d7.tar.bz2 webtrees-9a86c0ff3c4606dfa5843ac802305d288ba288d7.zip | |
Fix: remove old/unused CSS
Diffstat (limited to 'resources/css')
| -rwxr-xr-x | resources/css/minimal.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/resources/css/minimal.css b/resources/css/minimal.css index b28f539bc5..26da80dffb 100755 --- a/resources/css/minimal.css +++ b/resources/css/minimal.css @@ -344,23 +344,6 @@ table { } /* ======== Block styles ===== */ -#index_main_blocks { - clear: none; - width: 60%; - float: left; -} - -#index_small_blocks { - clear: none; - width: 40%; - float: right; -} - -#index_full_blocks { - clear: none; - width: 100%; -} - .block { background-color: #fff; color: #555; |
