Make WordPress Core


Ignore:
Timestamp:
03/15/2009 01:09:25 PM (17 years ago)
Author:
azaozz
Message:

Add some styling to plugins descriptions when installing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/wp-admin.css

    r10641 r10790  
    1414    margin: 0 4px;
    1515    padding: 0;
     16}
     17
     18.plugins .desc p {
     19    margin: 0 0 10px;
     20}
     21
     22.plugins td.desc {
     23    line-height: 1.5em;
     24}
     25
     26.plugins .desc ul,
     27.plugins .desc ol {
     28    margin: 0 0 0 2em;
     29}
     30
     31.plugins .desc ul {
     32    list-style-type: disc;
    1633}
    1734
Note: See TracChangeset for help on using the changeset viewer.