s4

changeset 116:2342e637a632

*.warn {color: red;}
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 04 Aug 2015 22:39:44 +0900
parents 0b5ae7a73ddb
children 82e215e75468
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Tue Aug 04 11:26:45 2015 +0900
     1.2 +++ b/examples/common/default/default.css	Tue Aug 04 22:39:44 2015 +0900
     1.3 @@ -3,6 +3,7 @@
     1.4   */
     1.5  body {background: #eff;}
     1.6  hr {clear: both;}
     1.7 +*.warn {color: red;}
     1.8  div.topmenu {
     1.9      margin: 0; padding: 0; width: 100%; height: 2em;
    1.10  }