Changeset 593 for trunk/style
- Timestamp:
- Nov 21, 2013, 3:45:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/style.css
r576 r593 164 164 .edit 165 165 { 166 color: #362b27; 166 167 background-color: #DB7093; 168 text-decoration: none; 169 } 170 171 .edit:visited 172 { 173 color: #362b27; 174 background-color: #DB7093; 175 text-decoration: none; 176 } 177 .edit:hover 178 { 179 color: #362b27; 180 background-color: #DB7093; 181 text-decoration: none; 182 } 183 184 .needtran 185 { 186 color: #362b27; 187 background-color: #D0D0D0; 188 text-decoration: none; 189 } 190 .needtran:visited 191 { 192 color: #362b27; 193 background-color: #D0D0D0; 194 text-decoration: none; 195 } 196 .needtran:hover 197 { 198 color: #362b27; 199 background-color: #D0D0D0; 200 text-decoration: none; 167 201 } 168 202
Note:
See TracChangeset
for help on using the changeset viewer.