Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: html/static/css/settings.css

Issue 9422198: Exe updater support and bug fixes (Closed)
Patch Set: Created Feb. 28, 2013, 10:37 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Shared/PluginUserSettings.cpp ('k') | html/templates/index.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 html, body 1 html, body
2 { 2 {
3 height: 100%; 3 height: 100%;
4 } 4 }
5 5
6 html 6 html
7 { 7 {
8 height: 100%; 8 height: 100%;
9 font-family: Arial, Sans-serif; 9 font-family: Arial, Sans-serif;
10 font-size: 14px; 10 font-size: 14px;
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 .feature-description 92 .feature-description
93 { 93 {
94 width: 550px; 94 width: 550px;
95 margin: 0px 10px; 95 margin: 0px 10px;
96 } 96 }
97 97
98 .feature-title 98 .feature-title
99 { 99 {
100 color: black; 100 color: black;
101 font-weight: bold; 101 font-weight: bold;
102 font-size: 120%;
103 } 102 }
104 103
105 .feature-text 104 .feature-text
106 { 105 {
107 margin: 7px 0px; 106 margin: 5px 0px;
108 white-space: normal; 107 white-space: normal;
109 } 108 }
110 109
111 .feature-image 110 .feature-image
112 { 111 {
113 width: 36px; 112 width: 36px;
114 height: 36px; 113 height: 36px;
115 background-size: 36px 36px; 114 background-size: 36px 36px;
116 background-repeat: no-repeat; 115 background-repeat: no-repeat;
117 } 116 }
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 footer a:link, footer a:visited 212 footer a:link, footer a:visited
214 { 213 {
215 color: #3b434a; 214 color: #3b434a;
216 text-decoration: none; 215 text-decoration: none;
217 } 216 }
218 217
219 #abp-name 218 #abp-name
220 { 219 {
221 font-weight: bold; 220 font-weight: bold;
222 } 221 }
OLDNEW
« no previous file with comments | « Shared/PluginUserSettings.cpp ('k') | html/templates/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld