diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-01 22:54:35 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-01 22:54:35 +0000 |
| commit | 7452a18938dc84393bf4009acdb713fe60c0b507 (patch) | |
| tree | cf94cbc51c443449697e2c4f72d840cf1180ea91 /themes/default/css | |
| parent | b709c7eca094a7f40ed020c7a4c28ea06dee0149 (diff) | |
Update the CSS item ID and class application for items and albums in albums. Miscellaneous CSS updates.
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index ee1c8472..dbe1c014 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -356,17 +356,19 @@ li.gError select { margin-right: 20px; } -/* Album content ~~~~~~~~~~~~~~~~~~~~~~~~~ */ +/* Album/Photo information ~~~~~~~~~~~~~~~ */ -#gContent #gAlbumHeader { +#gContent #gInfo { } -#gContent #gAlbumHeader .gDescription { +#gContent #gInfo .gDescription { } +/* Album content ~~~~~~~~~~~~~~~~~~~~~~~~~ */ + #gContent #gAlbumGrid { border-right: 1px solid #e8e8e8; - margin-top: 20px; + margin: 1em 0; } #gContent #gAlbumGrid .gItem { @@ -382,9 +384,6 @@ li.gError select { width: 213px; } -#gContent #gAlbumGrid .gItem .gThumbnail { -} - #gContent #gAlbumGrid .gItem h2 { margin: 5px 0; } @@ -393,20 +392,9 @@ li.gError select { background-color: #e8e8e8; } -#gContent #gAlbumGrid .gAlbum h2 { - color: #006; -} - /* Individual photo content ~~~~~~~~~~~~~~ */ #gContent #gItem { - margin: 1em 0; -} - -#gContent #gItemHeader { -} - -#gContent #gItemHeader .gDescription { } #gContent #gComments { @@ -602,7 +590,6 @@ li.gError select { #gPager { clear: both; - padding-top: 2em; } #gPager li { @@ -668,7 +655,9 @@ li.gError select { *********************************************************************/ #gSiteMenu:after, -#gBreadcrumbs:after { +#gBreadcrumbs:after, +#gAlbumGrid:after, +#gPager:after { clear: both; content: "."; display: block; |
