X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=tests%2Ftest.css;h=81707c467bdd565288650f835958f1982ca9d12a;hp=7a26387560bebc3b533fd71544ebf3be94a3db12;hb=1a4ee0f0263c463f59bfb272435ef9f83fdffaa7;hpb=39814159acbecf57f7f6ddf0170e4f6bf701a3fa diff --git a/tests/test.css b/tests/test.css index 7a26387..81707c4 100755 --- a/tests/test.css +++ b/tests/test.css @@ -1,3 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ + /* general styles */ body { @@ -60,14 +64,27 @@ table.border th { } #ualist td.ua { font-size: 0.75em; } +ul.flat { + list-style-type: none; + margin: 0em; + padding: 0px; +} +ul.flat li { + margin: 0 0 0.2em 0; + padding: 0px; +} +p.flat { border: 0px; margin: 0px; padding: 0px; } +ul.flat li.summary { + margin-top: 1em; +} /* other general elements */ -div#valid { +#valid { display: none; } -div#copyright { +#copyright { display: none; }