Changeset 242
- Timestamp:
- 08/19/07 16:09:31 (1 year ago)
- Files:
-
- trunk/templates/public/photoblog/display.html (modified) (1 diff)
- trunk/templates/public/photoblog/themes/blue/blue.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/templates/public/photoblog/display.html
r241 r242 22 22 </div> 23 23 24 <div id="gallerytitle "><h1>{$cfg['gallery_name']}</h1></div>24 <div id="gallerytitledisplay"><h1>{$cfg['gallery_name']}</h1></div> 25 25 26 26 <h2> trunk/templates/public/photoblog/themes/blue/blue.css
r241 r242 49 49 } 50 50 #gallerytitle { 51 border-bottom: 1px solid #E6E6DF; 52 padding-bottom: 20px; 53 margin-bottom: 12px; 54 margin-top: 40px; /* IE Only */ 55 } 56 #gallerytitledisplay { 51 57 border-bottom: 1px solid #E6E6DF; 52 58 padding-bottom: 120px; … … 258 264 margin-left:4px; 259 265 float: left; 266 text-decoration: none; 260 267 } 261 268 .imgnav .imgnext a { 262 269 margin-right:4px; 263 270 float: right; 271 text-decoration: none; 264 272 } 265 273 #narrow {
