knice / theme-ucsc-drupal

Responsive theme for UCSC Drupal sites.
GNU General Public License v2.0
0 stars 0 forks source link

styles for images in the #content area #23

Closed kanarb closed 9 years ago

kanarb commented 9 years ago

The old ucscv2 theme has the following. We'll need something similar, though perhaps with a different background color.

content img {

background-color: #F9F8F2;
margin: 10px;
padding: 4px;

}

kanarb commented 9 years ago

I added the styles, but I'm not sure the color is right.

knice commented 9 years ago

I can take a look at them and finalize the colors based on the WCMS styles.

knice commented 9 years ago

I've cleaned up the styles to match the WCMS image styles as closely as possible.

images