Ticket #17741: tiny-bubbles.diff

File tiny-bubbles.diff, 580 bytes (added by iandstewart, 2 years ago)

The attached patch tweaks the bubble text just a bit so it better matches the weight and style of the icon. There's a little less contrast but I think, as a somewhat decorative element, that's OK.

Line 
1Index: wp-content/themes/twentyeleven/style.css
2===================================================================
3--- wp-content/themes/twentyeleven/style.css    (revision 18222)
4+++ wp-content/themes/twentyeleven/style.css    (working copy)
5@@ -993,10 +993,11 @@
6        border: 1px solid #ddd;
7        -moz-border-radius: 24px;
8        border-radius: 24px;
9-       color: #777;
10-       font-size: 18px;
11-       font-weight: 300;
12-       line-height: 48px;     
13+       color: #aaa;
14+       font-size: 17px;
15+       font-weight: normal;
16+       line-height: 48px;
17+       letter-spacing: 0.1em;
18        overflow: hidden;
19        position: absolute;
20        text-align: center;