GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A simple application written in merb to help you manage ad serving across multiple sites
Clone URL: git://github.com/kneath/greed.git
Clean up the interface a bit by making the layout thinner
kneath (author)
Fri Jun 06 01:01:11 -0700 2008
commit  76a5a4b7e3e2062550ed2599e4d28e173b15c64a
tree    ee46c1c994d3d732eaa4a76365084b93a0a9ad37
parent  5246f030986385e798b07898036831627a003330
...
20
21
22
23
24
25
26
27
28
 
29
30
31
...
20
21
22
 
 
 
 
 
 
23
24
25
26
0
@@ -20,12 +20,7 @@
0
         </ul>
0
       </div><!-- /#header -->
0
       <div id="content" class="columns">
0
- <div class="main">
0
- <%= catch_content :for_layout %>
0
- </div>
0
- <div class="sidebar">
0
- <%= catch_content :sidebar %>
0
- </div>
0
+ <%= catch_content :for_layout %>
0
       </div>
0
       <!-- /#content -->
0
     </div>
...
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
...
27
28
29
 
 
 
 
 
30
31
 
 
 
 
32
33
34
0
@@ -27,17 +27,8 @@ body{
0
 
0
 #wrap{
0
   margin:0 auto;
0
- width:780px;
0
-}
0
-
0
-#content .main{
0
- float:left;
0
   width:580px;
0
 }
0
-#content .sidebar{
0
- float:right;
0
- width:180px;
0
-}
0
 
0
 h1{
0
   margin-bottom:0;

Comments

    No one has commented yet.