| 1 | Index: wp-content/themes/twentytwelve/style.css |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-content/themes/twentytwelve/style.css (revision 22578) |
|---|
| 4 | +++ wp-content/themes/twentytwelve/style.css (working copy) |
|---|
| 5 | @@ -701,7 +701,8 @@ |
|---|
| 6 | text-align: center; |
|---|
| 7 | } |
|---|
| 8 | .entry-content, |
|---|
| 9 | -.entry-summary { |
|---|
| 10 | +.entry-summary, |
|---|
| 11 | +.mu_register { |
|---|
| 12 | line-height: 1.714285714; |
|---|
| 13 | } |
|---|
| 14 | .entry-content h1, |
|---|
| 15 | @@ -727,7 +728,8 @@ |
|---|
| 16 | line-height: 1.5; |
|---|
| 17 | } |
|---|
| 18 | .entry-content h2, |
|---|
| 19 | -.comment-content h2 { |
|---|
| 20 | +.comment-content h2, |
|---|
| 21 | +.mu_register h2 { |
|---|
| 22 | font-size: 18px; |
|---|
| 23 | font-size: 1.285714286rem; |
|---|
| 24 | line-height: 1.6; |
|---|
| 25 | @@ -758,7 +760,8 @@ |
|---|
| 26 | } |
|---|
| 27 | .entry-content p, |
|---|
| 28 | .entry-summary p, |
|---|
| 29 | -.comment-content p { |
|---|
| 30 | +.comment-content p, |
|---|
| 31 | +.mu_register p { |
|---|
| 32 | margin: 0 0 24px; |
|---|
| 33 | margin: 0 0 1.714285714rem; |
|---|
| 34 | line-height: 1.714285714; |
|---|
| 35 | @@ -766,7 +769,8 @@ |
|---|
| 36 | .entry-content ol, |
|---|
| 37 | .comment-content ol, |
|---|
| 38 | .entry-content ul, |
|---|
| 39 | -.comment-content ul { |
|---|
| 40 | +.comment-content ul, |
|---|
| 41 | +.mu_register ul { |
|---|
| 42 | margin: 0 0 24px; |
|---|
| 43 | margin: 0 0 1.714285714rem; |
|---|
| 44 | line-height: 1.714285714; |
|---|
| 45 | @@ -782,7 +786,8 @@ |
|---|
| 46 | margin-bottom: 0; |
|---|
| 47 | } |
|---|
| 48 | .entry-content ul, |
|---|
| 49 | -.comment-content ul { |
|---|
| 50 | +.comment-content ul, |
|---|
| 51 | +.mu_register ul { |
|---|
| 52 | list-style: disc outside; |
|---|
| 53 | } |
|---|
| 54 | .entry-content ol, |
|---|
| 55 | @@ -790,7 +795,8 @@ |
|---|
| 56 | list-style: decimal outside; |
|---|
| 57 | } |
|---|
| 58 | .entry-content li, |
|---|
| 59 | -.comment-content li { |
|---|
| 60 | +.comment-content li, |
|---|
| 61 | +.mu_register li { |
|---|
| 62 | margin: 0 0 0 36px; |
|---|
| 63 | margin: 0 0 0 2.571428571rem; |
|---|
| 64 | } |
|---|
| 65 | @@ -933,6 +939,10 @@ |
|---|
| 66 | .single-author .entry-meta .by-author { |
|---|
| 67 | display: none; |
|---|
| 68 | } |
|---|
| 69 | +.mu_register h2 { |
|---|
| 70 | + color: #757575; |
|---|
| 71 | + font-weight: normal; |
|---|
| 72 | +} |
|---|
| 73 | |
|---|
| 74 | |
|---|
| 75 | /* =Archives |
|---|