Ignore:
Timestamp:
Sep 30, 2018 7:56:01 PM (6 years ago)
Author:
anonymous
Message:

CSS tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin2.inc.css

    r634 r643  
    164164#content h4 { font-size: 0.75rem; }
    165165
    166 #content p {
    167     margin: 0 0 .5em 0;
     166#content p,
     167#content ul,
     168#content ol {
     169    margin-bottom: .5em;
    168170    font-size: 0.7rem;
    169171    line-height: 130%;
    170172}
    171173
    172 /* #content li:not(.ui-tab) {
    173     margin: 0 0 0 0;
    174     font-size: 0.7rem;
    175     line-height: 100%;
     174/* li:not(.ui-tab) {
     175    list-style-position: inside;
     176    list-style: disc;
     177    margin-left: 1.2em;
    176178} */
     179ul.normal li,
     180ol.normal li {
     181    list-style-position: inside;
     182    list-style: disc;
     183    margin-left: 1.2em;
     184}
    177185
    178186/*_____________________ TABLES ____________________*/
    179 /* BEAU: I copied this from NEXT. Please help! */
    180187table {
    181188    border-size: 1px;
Note: See TracChangeset for help on using the changeset viewer.