Skip to content

Commit

Permalink
Revert v0.3.x docs CSS, synchronize CSS with official site
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Feb 8, 2011
1 parent a5d854a commit 4407791
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 213 deletions.
8 changes: 4 additions & 4 deletions assets/pipe.css
Expand Up @@ -3,21 +3,21 @@ body {
color: #eee;
font-size: 14pt;
line-height: 150%;
font-family: times, Times New Roman, times-roman, georgia, serif;
font-family: times, Times New Roman, times-roman, georgia, serif;
max-width: 30em;
margin: 0 0 5em 9em;
}
img {
padding: 5em 0;
border: 0;
}
#toc {
position: absolute;
top: 2em;
left: 0;
width: 8em;
font-size: 12pt;
line-height: 120%;
font-weight: bold;
line-height: 150%;
}
@media all and (min-height: 650px) { #toc { position: fixed; }}
#toctitle {
Expand All @@ -32,7 +32,7 @@ img {
padding-left: 1em;
}
#toc ol li {
margin: 0.6em 0;
margin: 0;
padding: 0;
}
#toc a { color: #aaa; }
Expand Down
Binary file added assets/promotejsh.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.htm
Expand Up @@ -180,10 +180,10 @@ <h2 id="about">Описание</h2>


<div style="padding-top: 10em; font-size: 8pt">
<a href="http://no.de/"><img src="assets.sponsored.png" height="58" width="120"/></a>
<a href="http://no.de/"><img src="assets/sponsored.png" height="58" width="120"/></a><br/>
<a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String"
title="JS String match"><img
src="http://static.jsconf.us/promotejsh.gif" height="150" width="180"
src="assets/promotejsh.gif" height="150" width="180"
alt="JS String match"/></a>
</div>
<div style="clear: both; font-size: 8pt">
Expand Down

0 comments on commit 4407791

Please sign in to comment.