/docs/_static/HEADER.html
HTML | 58 lines | 41 code | 11 blank | 6 comment | 0 complexity | ff7cfc0d197822ebb0c2d9e8567752cb MD5 | raw file
1<style type="text/css"> 2body { 3 font-family: sans-serif; 4} 5 6div.message { 7 width: 80%; 8 padding: 1em; 9 border: 2px solid #999; 10 background-color: #eee; 11 margin-bottom: 1.5em; 12 margin-left: 5em; 13 margin-right: 5em; 14} 15 16table { 17 width: 75%; 18 margin-left: 6em; 19 margin-right: 6em; 20 border-spacing: 0; 21} 22 23th a, th a:link, th a:visited, th a:active { 24 text-decoration: none; 25} 26 27th { 28 border-bottom: 2px #66f solid; 29 background-color: #eef; 30 margin: 0; 31 padding-left: 1em; 32 padding-right: 1em; 33} 34 35table td { 36 padding-right: 0.5em; 37} 38 39address { 40 display: none; 41} 42</style> 43 44 45<div class="message"> 46 47<p>This directory contains builds of silver lining, they are automatically 48created when <a href="http://bitbucket.org/ianb/silverlining">the 49repository is committed to</a>.</p> 50 51<!-- 52<p>The most recent version is <a 53href="./silverlining-MOST_RECENT.zip">MOST_RECENT</a>. The link <a 54href="silverlining-mostrecent.zip">http://cloudsilverlining.org/zip/silverlining-mostrecent.zip</a> 55will also always fetch the most recent version.</p> 56--> 57 58</div>