[web-devel-2] Adding a CSS class to platform overview divs



commit 9c8163d9b863b56c7e1623a10b3bbff4bb9ac2d1
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Dec 5 16:11:15 2010 +0100

    Adding a CSS class to platform overview divs

 new/index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/new/index.html b/new/index.html
index f00cd5d..ea68f29 100644
--- a/new/index.html
+++ b/new/index.html
@@ -76,7 +76,7 @@ $('#s').autocomplete('http://nezt.local/symbols/lookup/',
 
 
 <!-- The platform overview goes here -->
-<div class="container_24">
+<div class="container_24 platform-overview">
 <div class="grid_9">
 <div class="user-interface">
 <p>User Interface</p>
@@ -129,7 +129,7 @@ $('#s').autocomplete('http://nezt.local/symbols/lookup/',
 </div> <!-- container_24 -->
 <div class="clear"></div>
 
-<div class="container_24">
+<div class="container_24 platform-overview">
 
 <div class="system-integration grid_9">
 <p>System Integration</p>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]