Skip to content

Commit

Permalink
Adding IE 7 and 6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsilvashy committed Mar 14, 2009
1 parent 52ea625 commit f06c077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<link rel="stylesheet" href="stylesheets/reset.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="stylesheets/fluid.gs.css" type="text/css" media="screen" title="no title" charset="utf-8">
<!--[if lt IE 8]><link rel="stylesheet" href="stylesheets/fluid.gs.lt_ie8.css" type="text/css" media="screen" title="no title" charset="utf-8"><![endif]-->
<link rel="stylesheet" href="stylesheets/demo.css" type="text/css" media="screen" title="no title" charset="utf-8">

<title>Fluid Grid System</title>
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/fluid.gs.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {min-width:860px; width:100%; font-family:helvetica; line-height:1.3em;}

/* .fluid_grid_layout is the main wrapper for grid system, comment out for 100% width of bod */
/* .fluid_grid_layout is the main wrapper for grid system, comment out for 100% width of body */
.fluid_grid_layout {width:80%; margin:0 10%; position:relative;}

div.section {display:table; width:100%; border-collapse:collapse;}
Expand Down

0 comments on commit f06c077

Please sign in to comment.