Closed (fixed)
Project:
Solemnity
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2007 at 17:55 UTC
Updated:
4 Apr 2009 at 20:58 UTC
Currently, when there is no sidebar, the right hand space is left blank.
Using this code, you can expand the Content area automagically.
Current Code
#content {
margin:0 260px 0 5px;
padding:10px 20px 0 0;
background:url(images/content.jpg) top right no-repeat;
}
New Code
#content {
float: left;
padding:10px 20px 0 0;
background:url(images/content.jpg) top right no-repeat;
}
Comments
Comment #1
Gurpartap Singh commentedThe theme has been removed, since the template was not GPL licensed, which is a prerequisite for hosting code on Drupal.org's CVS. #143795