diff options
author | P. J. McDermott <pjm@nac.net> | 2012-05-27 13:42:22 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-05-27 13:42:22 (EDT) |
commit | 1a5ff2eca33a4acefb92bb39df230a3210b2855c (patch) | |
tree | b81c700fedb4c744feb625357d93d48de22b1106 | |
parent | 1e6e6b6d47a64c32e6019cfb4f8f3308ab97119f (diff) |
Add classes to left divs in grid.
-rwxr-xr-x | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ <p>This is an operating system distribution for embedded devices. Its design allows it to be built and optimized for any environment and to be configured for any use case.</p> <div class="features"> <h2>What makes this system different?</h2> - <div> + <div class="a"> <h3>Freedom</h3> <p>Every package we provide can be freely used, studied, modified, and distributed.</p> <p><a href="about#freedom">See how software freedom benefits you</a></p> @@ -13,7 +13,7 @@ <p>This system supports a wide variety of hardware and use cases.</p> <p><a href="about#flexibility">See how this system can work for you</a></p> </div> - <div> + <div class="a"> <h3>Size</h3> <p>This system is kept as small as possible.</p> <p><a href="about#size">See how this system fits your needs</a></p> |