Changeset 477 for Dev/trunk/src/client/qed-client/css
- Timestamp:
- 08/06/13 01:48:17 (12 years ago)
- Location:
- Dev/trunk/src/client/qed-client/css
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/css/fonts.less
r447 r477 3 3 font-size: @font_size; 4 4 color: @text; 5 &.light { 6 color: black; // FIXME : hack for readability 7 } 5 8 6 9 a { -
Dev/trunk/src/client/qed-client/css/layout.less
r443 r477 7 7 height: 100%; 8 8 background-color: @base; 9 .light { 10 background-color: white; // FIXME : hack for readability 11 } 9 12 }
Note: See TracChangeset
for help on using the changeset viewer.