Ignore:
Timestamp:
Feb 19, 2014 2:28:00 AM (10 years ago)
Author:
anonymous
Message:

Merged in changes from trunk to finish Eli's branch.

Location:
branches/eli_branch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eli_branch

  • branches/eli_branch/css/admin.inc.css

    r365 r467  
    11/**
    2  * admin.css
     2 * admin.inc.css
    33 *
    4  * CSS for the Strangecode administration sites.
     4 * CSS for a Strangecode administration site.
    55 */
    66
     
    212212/* BEAU: The old stuff that was here...
    213213#content table {
    214          background-color: #FFF; 
     214         background-color: #FFF;
    215215}
    216216
     
    249249
    250250/* Should this be an ID??? */
    251 #commandbox
     251#commandbox, .commandbox
    252252{
    253253    padding: 3px 5px 5px 5px;
     
    264264}
    265265
    266 #commandbox .form {
     266#commandbox .form, .commandbox .form, #commandbox form, .commandbox form, {
    267267    margin-top: 8px;
    268268}
     
    301301}
    302302
    303 #footer a:link, 
     303#footer a:link,
    304304#footer a:visited {
    305305    color: #333;
     
    307307}
    308308
    309 #footer a:active, 
     309#footer a:active,
    310310#footer a:hover {
    311311    color: #333;
Note: See TracChangeset for help on using the changeset viewer.