Skip to content

Commit

Permalink
Styles for default widgets updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Cais committed Jul 10, 2012
1 parent 13beefc commit 5f94446
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Changelog: July 10, 2012

= CSS =
* Miscellaneous minor style changes
* Styles for default widgets updated

= Internet Browsers Reviewed =
* Apple Safari v5.1.7
Expand Down
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,17 @@ table#wp-calendar th {
table#wp-calendar tr, table#wp-calendar td { border: none; }
table#wp-calendar td#today { border: 1px dashed #000; }

.widget_archive select,
.widget_categories select {
width: 100%;
}

div.widget div.textwidget { overflow: hidden; }
div.widget_text div.textwidget div.wp-caption { margin: 0; }
div.widget_text div.textwidget div.wp-caption a img {
height: auto;
width: 98%;
}
/*=- End Sidebar -=*/

/*=- Footer -=*/
Expand Down

0 comments on commit 5f94446

Please sign in to comment.