Changeset 14222
- Timestamp:
- 10/28/12 09:15:26 (8 years ago)
- Location:
- public_html
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/index.shtml
r13995 r14222 7 7 <link rel="stylesheet" type="text/css" href="style.css" /> 8 8 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 9 <style type="text/css">10 td { font-size: 90%; padding: 0 5px 0 5px }11 dt { font-weight: bold }12 dd dt { font-weight: bold; font-style: italic }13 14 table.downloads {15 color: black;16 font-weight: bold;17 font-size: larger;18 }19 table.downloads a {20 font-weight: normal;21 font-size:smaller;22 }23 24 table.downloads a.asc {25 font-size: smaller;26 }27 28 td ul { margin:0 }29 30 </style>31 9 </head> 32 10 … … 36 14 <div style="margin-left:auto;margin-right:auto;width:20cm;font-family:sans-serif"> 37 15 <table style="margin-top:1cm" cellpadding="0" cellspacing="15" > 38 39 16 40 17 <tr><td colspan="2" class="summary-header"><a href="releases/">Downloads</a></td></tr> -
public_html/style.css
r13747 r14222 92 92 margin-bottom: 1em; 93 93 } 94 95 td { font-size: 90%; padding: 0 5px 0 5px } 96 dt { font-weight: bold } 97 dd dt { font-weight: bold; font-style: italic } 98 99 table.downloads { 100 color: black; 101 font-weight: bold; 102 font-size: larger; 103 } 104 105 table.downloads a { 106 font-weight: normal; 107 font-size:smaller; 108 } 109 110 table.downloads a.asc { 111 font-size: smaller; 112 } 113 114 td ul { 115 margin:0; 116 } 94 117 118 td.summary-header { 119 padding: .3em; 120 border-radius: .3em; 121 } 122 123 td.summary-header a:link, td.summary-header a:visited { 124 color: white; 125 }
Note: See TracChangeset
for help on using the changeset viewer.