Changeset 1505072
- Timestamp:
- 09/29/2016 12:19:52 PM (10 years ago)
- File:
-
- 1 edited
-
documentation-plus/trunk/css/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
documentation-plus/trunk/css/style.css
r1451827 r1505072 187 187 /* ###################paginate########################### */ 188 188 .documentation-archive .paginate .page-numbers { 189 background: none repeat scroll 0 0 rgb(31, 191, 69); 190 color: rgb(255, 255, 255); 191 display: inline-block; 192 margin: 3px 0; 193 padding: 3px 8px; 194 text-decoration: none 189 background: #999 none repeat scroll 0 0; 190 color: rgb(255, 255, 255); 191 display: inline-block; 192 margin: 3px 0; 193 padding: 6px 15px; 194 text-decoration: none; 195 } 196 197 .documentation-archive .paginate .page-numbers:hover { 198 background: #ddd none repeat scroll 0 0; 195 199 } 196 200 197 .documentation-archive .paginate .page-numbers:hover {198 background: none repeat scroll 0 0 rgb(14, 140, 44)199 }200 201 201 .documentation-archive .paginate .current { 202 background: none repeat scroll 0 0 rgb(14, 140, 44)203 }202 background: #ddd none repeat scroll 0 0; 203 } 204 204 205 205
Note: See TracChangeset
for help on using the changeset viewer.