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

Diff of /doc/tmpl/css/preview.css

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

revision 2959 by schoenebeck, Sat Jul 16 16:41:24 2016 UTC revision 3090 by schoenebeck, Mon Jan 16 14:08:15 2017 UTC
# Line 74  body p { Line 74  body p {
74      clear:both;      clear:both;
75  }  }
76    
77    /* automatically center the 1st paragraph (block) directly after a h1 type header (since that header type is centered as well) */
78    body h1 + p {
79        display:table; /*HACK: "block" would stretch the entire page width */
80        margin-left:auto;
81        margin-right:auto;
82    }
83    
84  body a {  body a {
85      font-weight:400;      font-weight:400;
86      color:#1ba1dd;      color:#1ba1dd;
# Line 269  body tr { Line 276  body tr {
276  }  }
277    
278  body th {  body th {
279      background-color:#e8e2e2;      background-color:#e0e0ff;
280      padding:0px 8px 0px 8px;      padding:0px 8px 0px 8px;
281      margin:0 0 0 0;      margin:0 0 0 0;
282      border:3px solid white;      border:3px solid white;

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

  ViewVC Help
Powered by ViewVC