Ignore:
Timestamp:
Mar 22, 2010, 12:40:18 PM (14 years ago)
Author:
plg
Message:

feature 1529: display tags in columns for search.php or admin/tags.

Needs to be verified on Internet Explorer, even if the display:inline-block
method is already used for thumbnails display.

File:
1 edited

Legend:

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

    r5250 r5255  
    629629
    630630UL.tagSelection LI {
    631         display: inline;
     631        display:inline-block;
     632        width:150px!important;
     633        overflow:hidden;
    632634        white-space: nowrap;
    633635}
Note: See TracChangeset for help on using the changeset viewer.