Skip to content

Commit

Permalink
You all can use HTML5 too
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed May 10, 2010
1 parent 1180e2a commit a07b5d2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions public/stylesheets/refinery/application.css
@@ -1,3 +1,6 @@
body {
margin: 0px;
}
#page {
padding: 20px;
width: 1000px;
Expand Down
2 changes: 1 addition & 1 deletion themes/demolicious/stylesheets/formatting.css
Expand Up @@ -18,7 +18,7 @@ h1, #body_content h1, h1#body_content_page_title {
font-family: "Trebuchet MS", Trebuchet;
}
#body_content_left p, #body_content_right p {
margin-bottom: 23px;
margin-bottom: 12px;
}
h2, h3 {
color: #8f8f8f;
Expand Down
4 changes: 2 additions & 2 deletions themes/demolicious/views/layouts/application.html.erb
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html>
<%= render :partial => "/shared/head", :locals => {:theme => true} %>
<body>
<%= render :partial => "/shared/site_bar" if logged_in? %>
Expand Down
4 changes: 2 additions & 2 deletions themes/hemingway/views/layouts/application.html.erb
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html>
<%= render :partial => "/shared/head", :locals => {:theme => true} %>
<body>
<div id="header">
Expand Down
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html>
<%= render :partial => "/shared/head" %>
<body>
<%= render :partial => "/shared/site_bar" if logged_in? %>
Expand Down

0 comments on commit a07b5d2

Please sign in to comment.