[Bast-commits] r6060 - in
ironman/plagger/assets/plugins/Publish-PagedPlanet/default:
static/css template
penfold at dev.catalyst.perl.org
penfold at dev.catalyst.perl.org
Thu Apr 30 20:58:39 GMT 2009
Author: penfold
Date: 2009-04-30 21:58:39 +0100 (Thu, 30 Apr 2009)
New Revision: 6060
Added:
ironman/plagger/assets/plugins/Publish-PagedPlanet/default/static/css/reset.css
Modified:
ironman/plagger/assets/plugins/Publish-PagedPlanet/default/static/css/basic.css
ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt
Log:
add reset.css so we start from a level playing field
Modified: ironman/plagger/assets/plugins/Publish-PagedPlanet/default/static/css/basic.css
===================================================================
--- ironman/plagger/assets/plugins/Publish-PagedPlanet/default/static/css/basic.css 2009-04-30 20:40:26 UTC (rev 6059)
+++ ironman/plagger/assets/plugins/Publish-PagedPlanet/default/static/css/basic.css 2009-04-30 20:58:39 UTC (rev 6060)
@@ -135,7 +135,6 @@
}
p.pad {
- line-height: 249px;
font-size: 249px;
}
Added: ironman/plagger/assets/plugins/Publish-PagedPlanet/default/static/css/reset.css
===================================================================
--- ironman/plagger/assets/plugins/Publish-PagedPlanet/default/static/css/reset.css (rev 0)
+++ ironman/plagger/assets/plugins/Publish-PagedPlanet/default/static/css/reset.css 2009-04-30 20:58:39 UTC (rev 6060)
@@ -0,0 +1,91 @@
+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,
+
+dl, dt, dd, ol, ul, li,
+
+fieldset, form, label, legend,
+
+table, caption, tbody, tfoot, thead, tr, th, td {
+
+ margin: 0;
+
+ padding: 0;
+
+ border: 0;
+
+ outline: 0;
+
+ font-weight: inherit;
+
+ font-style: inherit;
+
+ font-size: 100%;
+
+ font-family: inherit;
+
+ vertical-align: baseline;
+
+}
+
+/* remember to define focus styles! */
+
+:focus {
+
+ outline: 0;
+
+}
+
+body {
+
+ line-height: 1;
+
+ color: black;
+
+ background: white;
+
+}
+
+ol, ul {
+
+ list-style: none;
+
+}
+
+/* tables still need 'cellspacing="0"' in the markup */
+
+table {
+
+ border-collapse: separate;
+
+ border-spacing: 0;
+
+}
+
+caption, th, td {
+
+ text-align: left;
+
+ font-weight: normal;
+
+}
+
+blockquote:before, blockquote:after,
+
+q:before, q:after {
+
+ content: "";
+
+}
+
+blockquote, q {
+
+ quotes: "" "";
+
+}
\ No newline at end of file
Modified: ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt
===================================================================
--- ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt 2009-04-30 20:40:26 UTC (rev 6059)
+++ ironman/plagger/assets/plugins/Publish-PagedPlanet/default/template/index.tt 2009-04-30 20:58:39 UTC (rev 6060)
@@ -13,6 +13,7 @@
[% IF url.foaf -%]
<link rel="meta" type="application/rdf+xml" title="foafroll" href="[% url.foaf %]" />
[% END -%]
+ <link rel="stylesheet" type="text/css" href="css/reset.css" />
<link rel="stylesheet" type="text/css" href="css/screen.css" />
<link rel="stylesheet" type="text/css" href="css/basic.css" />
<link rel="stylesheet" type="text/css" href="css/epo.css" />
More information about the Bast-commits
mailing list