Changeset 51138 in webkit


Ignore:
Timestamp:
Nov 18, 2009 2:37:36 PM (14 years ago)
Author:
dbates@webkit.org
Message:

2009-11-18 Daniel Bates <dbates@webkit.org>

Reviewed by Eric Seidel.

https://bugs.webkit.org/show_bug.cgi?id=31610

Adds property "min-width" to #title so that the width of the title
element on each page is at least 790px. In particular, this makes
the page <http://webkit.org/security/security-group-members.html>
consistent, in appearance, to the rest of the site.

  • css/main.css:
Location:
trunk/WebKitSite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r51043 r51138  
     12009-11-18  Daniel Bates  <dbates@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=31610
     6
     7        Adds property "min-width" to #title so that the width of the title
     8        element on each page is at least 790px. In particular, this makes
     9        the page <http://webkit.org/security/security-group-members.html>
     10        consistent, in appearance, to the rest of the site.
     11
     12        * css/main.css:
     13
    1142009-11-16  Sam Weinig  <sam@webkit.org>
    215
  • trunk/WebKitSite/css/main.css

    r44638 r51138  
    5353    margin: 0px;
    5454    padding: 0px;
     55    min-width: 790px;
    5556}
    5657
Note: See TracChangeset for help on using the changeset viewer.