/[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 2831 by schoenebeck, Fri Jul 24 12:26:01 2015 UTC revision 3090 by schoenebeck, Mon Jan 16 14:08:15 2017 UTC
# Line 551  article p { Line 551  article p {
551      clear:both;      clear:both;
552  }  }
553    
554    /* automatically center the 1st paragraph (block) directly after a h1 type header (since that header type is centered as well) */
555    article h1 + p {
556        display:table; /*HACK: "block" would stretch the entire page width */
557        margin-left:auto;
558        margin-right:auto;
559    }
560    
561  article a {  article a {
562      font-weight:400;      font-weight:400;
563      color:#1ba1dd;      color:#1ba1dd;
# Line 746  article tr { Line 753  article tr {
753  }  }
754    
755  article th {  article th {
756      background-color:#e8e2e2;      background-color:#e0e0ff;
757      padding:0px 8px 0px 8px;      padding:0px 8px 0px 8px;
758      margin:0 0 0 0;      margin:0 0 0 0;
759      border:3px solid white;      border:3px solid white;
# Line 795  article note { Line 802  article note {
802      max-width:         calc(100% - 145px);      max-width:         calc(100% - 145px);
803  }  }
804    
805    article td > note {
806        display:block; /*HACK: override "table" default value assigned above in the context of a table cell, otherwise padding will be ignored */
807    }
808    
809  article note.important {  article note.important {
810      border-left:solid 10px #ff4141;      border-left:solid 10px #ff4141;
811  }  }

Legend:
Removed from v.2831  
changed lines
  Added in v.3090

  ViewVC Help
Powered by ViewVC