Ignore:
Timestamp:
2019-07-02T13:06:46+12:00 (5 years ago)
Author:
davidb
Message:

CSS changes to help with the DL being displayed in a iframe within the Heritage DL site

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/heritage-nz/style/custom.css

    r33238 r33266  
     1body {
     2    background-color: white;
     3    font-family: arial, arial, sans-serif;
     4    font-size: 12px;
     5    line-height: 1.5
     6}
     7
     8h1 {
     9    font-size: 2.5em;
     10    line-height: 1;
     11    margin-bottom: 0.5em;
     12    font-weight: normal;
     13}
     14
    115.ui-widget-content {
    216    background: white;
    317}
    418
     19#gs-nav {
     20
     21    list-style: none outside none;
     22    font-size: 12px;
     23
     24}
    525
    626.navList {
Note: See TracChangeset for help on using the changeset viewer.