public
Description: A mirror of QtWebKit
Homepage: http://trac.webkit.org/projects/webkit/wiki/QtWebKit
Clone URL: git://github.com/tronical/qtwebkit.git
PlanetWebKit:

        Reviewed by Timothy Hatcher.

        * wwwroot/planetwebkit.css: Reduced text shadow offsets.

WebKitSite:

        Reviewed by Timothy Hatcher.

        * css/main.css: Reduced text shadow offsets.



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34835 
268f45cc-cd09-0410-ab3c-d52691b4dbfc
mitz@apple.com (author)
Fri Jun 27 14:08:40 -0700 2008
commit  df76851fb225be9c0264f5603faf50de07b1652c
tree    befdb2ef9b9b645b98242e427871265088fd367f
parent  0b0f4c647ef780f092acc1ae55fb7f72e15d6dad
...
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
0
@@ -1,3 +1,9 @@
0
+2008-06-27 Dan Bernstein <mitz@apple.com>
0
+
0
+ Reviewed by Timothy Hatcher.
0
+
0
+ * wwwroot/planetwebkit.css: Reduced text shadow offsets.
0
+
0
 2008-06-02 Maciej Stachowiak <mjs@apple.com>
0
 
0
         * config.ini: Correct URL for just-added blog.
...
20
21
22
23
 
24
25
26
...
20
21
22
 
23
24
25
26
0
@@ -20,7 +20,7 @@ img {
0
 }
0
 
0
 h1, h2, h3 {
0
- text-shadow: #bbb 3px 3px 2px;
0
+ text-shadow: #bbb 2px 2px 2px;
0
 }
0
 
0
 h1 {
...
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
0
@@ -1,3 +1,9 @@
0
+2008-06-27 Dan Bernstein <mitz@apple.com>
0
+
0
+ Reviewed by Timothy Hatcher.
0
+
0
+ * css/main.css: Reduced text shadow offsets.
0
+
0
 2008-06-25 Maciej Stachowiak <mjs@apple.com>
0
 
0
         Not reviewed, web site fix.
...
65
66
67
68
 
69
70
71
72
73
74
 
75
76
77
...
65
66
67
 
68
69
70
71
72
73
 
74
75
76
77
0
@@ -65,13 +65,13 @@ p {
0
     white-space: nowrap;
0
     overflow: hidden;
0
     text-overflow: ellipsis;
0
- text-shadow: #bbb 3px 3px 2px;
0
+ text-shadow: #bbb 2px 2px 2px;
0
     font-size: 24px;
0
 }
0
 
0
 h2, h3, h4 {
0
     margin-bottom: 0px;
0
- text-shadow: #bbb 2px 2px 1px;
0
+ text-shadow: #bbb 1px 1px 1px;
0
 }
0
 
0
 h2 {

Comments

    No one has commented yet.