Ignore:
Timestamp:
2023-08-01T23:42:33+12:00 (11 months ago)
Author:
davidb
Message:

General improvements to bring the design more in-line with ThomFong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/thewillow/trunk/interfaces/thewillow/style/core-extra.css

    r37835 r37868  
    7777
    7878#container {
    79     max-width: 1300px;
     79    max-width: 1280px;
    8080}
    8181
    8282#topArea {
    83     max-width: 1300px;
     83    max-width: 1280px;
    8484}
    8585
     
    346346}
    347347
     348#gs_content {
     349    width: 80%;
     350    margin-left: auto;
     351    margin-right: auto;
     352}
     353
     354.metadataTable{
     355    width: 100%;
     356}
     357
     358#commentarea textarea {
     359    width: 100%;
     360}
     361
    348362#gs_content a {
    349363    border-bottom: 1px solid #003FC5;
Note: See TracChangeset for help on using the changeset viewer.