Ignore:
Timestamp:
Dec 6, 2012, 12:31:12 PM (11 years ago)
Author:
plg
Message:

improved template/css: create .tag_search_results and .category_search_results
CSS class to avoid inline CSS and make customization easier (ability to hide
these blocks with LocalFiles Editor)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/theme.css

    r19013 r19302  
    114114.content .notification {
    115115  padding:0 25px;
     116}
     117
     118/* category and tag results paragraphs on a quick search */
     119.content .category_search_results, .content .tag_search_results {
     120  font-size: 16px;
     121  margin: 10px 16px;
    116122}
    117123
Note: See TracChangeset for help on using the changeset viewer.