diff options
| author | makitso <makitso@gmail.com> | 2017-08-24 08:11:34 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-08-24 08:11:34 -0700 |
| commit | f2ac628f282d13430a34ff160d621064ec358095 (patch) | |
| tree | 80aa55350d470c08544d4788e6cc541c4fffd9d2 /themes/colors | |
| parent | 5a7e40277439ffcf47f7dfae69a7074b0366a1d8 (diff) | |
| download | webtrees-f2ac628f282d13430a34ff160d621064ec358095.tar.gz webtrees-f2ac628f282d13430a34ff160d621064ec358095.tar.bz2 webtrees-f2ac628f282d13430a34ff160d621064ec358095.zip | |
Fix #1314 - Better support for iPad tablets
Diffstat (limited to 'themes/colors')
| -rwxr-xr-x | themes/colors/css-2.0.0/style.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/colors/css-2.0.0/style.css b/themes/colors/css-2.0.0/style.css index b526f6f10d..7bffe7a466 100755 --- a/themes/colors/css-2.0.0/style.css +++ b/themes/colors/css-2.0.0/style.css @@ -65,21 +65,6 @@ table { border-collapse: separate; } -@media (max-width:1025px) { - body { - font-size: 14px; - } - - .col-sm-8,.col-sm-4 { - padding-left: 5px; - padding-right: 5px; - } - - #individual-tabs .nav-link { - padding: .5em; - } -} - /* * Any element that is loaded dynamically has the class wt-ajax-load. * We can provide a "loading" placeholder for empty elements with this class. @@ -1131,10 +1116,6 @@ table.center { white-space: normal; } -.facts_table .optionbox { - white-space: normal; -} - div.fact_SHARED_NOTE { clear: both; } |
