diff options
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;  | 
