Bootylicious

 view release on metacpan or  search on metacpan

lib/Bootylicious/Theme/WordpressTwentyten.pm  view on Meta::CPAN

383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        background: transparent;
        border: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
}
body {
        line-height: 1;
}

lib/Bootylicious/Theme/WordpressTwentyten.pm  view on Meta::CPAN

965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
        padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
        margin-bottom: 12px;
}
.entry-content fieldset {
        border: 1px solid #e7e7e7;
        margin: 0 0 24px 0;
        padding: 24px;
}
.entry-content fieldset legend {
        background: #fff;
        color: #000;
        font-weight: bold;
        padding: 0 24px;
}
.entry-content input {
        margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {



( run in 1.084 second using v1.01-cache-2.11-cpan-49f99fa48dc )