Changeset 4952

Show
Ignore:
Timestamp:
06/26/08 10:00:52 (5 months ago)
Author:
jouni.koivuviita@…
Message:

New Toolkit logo added to index.html and some minor changes in html-page styles.

Location:
trunk/WebContent/demo
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebContent/demo/css/demos.css

    r3069 r4952  
    123123.content h2 { 
    124124        font-size: 18px; 
    125         color: #f14c1a; 
     125        color: #39529b; 
    126126        height: 18px; 
    127127        padding: 4px 0 6px 34px; 
  • trunk/WebContent/demo/css/styles.css

    r4349 r4952  
    5050 
    5151a.more span { 
     52        color: #5c666a; 
     53} 
     54 
     55a[name]:hover { 
    5256        color: #5c666a; 
    5357} 
     
    135139.content h2 { 
    136140        font-size: 18px; 
    137         color: #f14c1a; 
     141        color: #39529b; 
    138142        height: 18px; 
    139         padding: 4px 0 6px 34px; 
     143        padding: 4px 0 6px 0; 
    140144        letter-spacing: -0.02em; 
    141145} 
     146 
     147.content h1 { 
     148        font-size: 22px; 
     149        color: #39529b; 
     150        height: 22px; 
     151        padding: 15px 0 10px 0; 
     152        letter-spacing: -0.02em; 
     153} 
     154 
     155#index .content h2 { 
     156        padding-left: 34px; 
     157} 
     158 
     159.content p, 
     160.content li, 
     161.content pre { 
     162        font-size: 12px; 
     163} 
     164 
     165#index .panel p, 
     166#index .panel li { 
     167        font-size: 11px; 
     168} 
     169 
     170 
    142171 
    143172#getting-started h2 {