Changeset 35795


Ignore:
Timestamp:
2021-12-10T14:07:03+13:00 (2 years ago)
Author:
cstephen
Message:

Remove negative margin on #gs_content

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/style/core.css

    r35410 r35795  
    184184
    185185#gs_content {
    186     margin-top:-10px;
    187     padding: 20px 20px 10px;
     186    /* Unsure why this negative margin existed. Leaving it for posterity should issues occur.
     187     * The top padding value has been adjusted accordingly.
     188     *
     189     * margin-top:-10px;
     190     */
     191    padding: 10px 20px 10px;
    188192    min-height: 300px;
    189193}
Note: See TracChangeset for help on using the changeset viewer.