/[svn]/doc/tmpl/css/main.css
ViewVC logotype

Diff of /doc/tmpl/css/main.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3598 by schoenebeck, Wed Jun 7 12:34:29 2017 UTC revision 3599 by schoenebeck, Sun Sep 15 20:39:58 2019 UTC
# Line 844  article .code .n, article code .n { /*nu Line 844  article .code .n, article code .n { /*nu
844      color:#c4950c;      color:#c4950c;
845  }  }
846    
847    article .code .ut, article code .ut { /*std measuring unit type*/
848        color:#50bc00;
849    }
850    
851    article .code .up, article code .up { /*metric prefix of unit*/
852        color:#000000;
853    }
854    
855  article .code .i, article code .i { /*identifier (function name)*/  article .code .i, article code .i { /*identifier (function name)*/
856      /*color:#0c4fc4;*/      /*color:#0c4fc4;*/
857      color:#1ba1dd;      color:#1ba1dd;
# Line 947  article note.important:before { Line 955  article note.important:before {
955      font-weight:500;      font-weight:500;
956  }  }
957    
958    article note.remark:before {
959        white-space:pre-wrap;
960        content:'Remark:   ';
961        font-weight:500;
962    }
963    
964  article note {  article note {
965      display:table; /*HACK: "block" would stretch the entire page width */      display:table; /*HACK: "block" would stretch the entire page width */
966      background-color:#ede8e8;      background-color:#ede8e8;

Legend:
Removed from v.3598  
changed lines
  Added in v.3599

  ViewVC Help
Powered by ViewVC