Skip to content

Commit

Permalink
add display:block for HTML5 support, bump to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian committed Jul 1, 2010
1 parent 32b946b commit df00727
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Expand Up @@ -82,6 +82,7 @@ <h2>Thank you!</h2>
<li>Bert Visser</li>
<li>Matt Varone</li>
<li>Anatoli Papirovski</li>
<li>Arjan Eising</li>
<li>Probably some others I shamefully forgot :)</li>
</ul>
<div class="notice">
Expand All @@ -91,6 +92,10 @@ <h2>Wanna help out?</h2>
</div>

<h2 style="clear:both;">Changelogs</h2>
<h3>Changelog for version 0.8.1 (released 01 July 2010)</h3>
<ul>
<li>add in display:block for HTML5 elements (transitional)</li>
</ul>
<h3>Changelog for version 0.8 (released 26 April 2010)</h3>
<ul>
<li>Fix for font-size in textarea in firefox</li>
Expand Down
1 change: 1 addition & 0 deletions minified/sen.full.min.css
Expand Up @@ -8,6 +8,7 @@
*
*/
html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{vertical-align:baseline;margin:0;padding:0}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {display:block}
body{background:#fff;color:#000;font:75%/1.5em Arial, Helvetica, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif;position:relative}
textarea{font:101%/1.5em Arial, Helvetica, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif;border:1px solid #ccc;border-bottom-color:#eee;border-right-color:#eee;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;width:100%;margin:0;padding:.29em 0}
blockquote,q{quotes:none}
Expand Down
1 change: 1 addition & 0 deletions minified/sen.min.css
Expand Up @@ -8,6 +8,7 @@
*
*/
html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,fieldset,form,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{vertical-align:baseline;margin:0;padding:0}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {display:block}
body{background:#fff;color:#000;font:75%/1.5em Arial, Helvetica, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif;position:relative}
textarea{font:101%/1.5em Arial, Helvetica, "DejaVu Sans", "Liberation sans", "Bitstream Vera Sans", sans-serif;border:1px solid #ccc;border-bottom-color:#eee;border-right-color:#eee;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;width:100%;margin:0;padding:.29em 0}
blockquote,q{quotes:none}
Expand Down
3 changes: 3 additions & 0 deletions source/sen.css
Expand Up @@ -11,6 +11,9 @@ html,body,div,span,object,iframe,blockquote,pre,abbr,address,cite,code,del,dfn,e
margin:0;
padding:0;
vertical-align:baseline;
}
article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
display:block;
}
body{
background:#fff;
Expand Down

0 comments on commit df00727

Please sign in to comment.