Changeset 3328

Show
Ignore:
Timestamp:
08/19/06 14:05:00 (2 years ago)
Author:
timothy
Message:

Adding overflow-y/x to the default CSS file to prevent horizontal scrollbars (only works on WebKit? TOT)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Colloquy.xcodeproj/project.pbxproj

    r3326 r3328  
    19111911                        isa = PBXProject; 
    19121912                        buildConfigurationList = 1C041A700854E97700A5A5BA /* Build configuration list for PBXProject "Colloquy" */; 
     1913                        compatibilityVersion = "Xcode 2.4"; 
    19131914                        hasScannedForEncodings = 1; 
    19141915                        knownRegions = ( 
     
    19601961                        ); 
    19611962                        projectRoot = ""; 
     1963                        shouldCheckCompatibility = 1; 
    19621964                        targets = ( 
    19631965                                1CB2CCF5052DDC560094AAA4 /* Colloquy (Application) */, 
  • trunk/Resources/default.css

    r2963 r3328  
    33        background-color: white; 
    44        color: black; 
     5        overflow-y: auto; 
     6        overflow-x: hidden; 
    57} 
    68