Skip to content

Commit

Permalink
Tweaks to the Annotated Underscore.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Oct 5, 2010
1 parent 348147d commit a80550c
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 158 deletions.
8 changes: 4 additions & 4 deletions docs/docco.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ table td {
font-size: 12px;
padding: 0 0.2em;
}
.octowrap {
.pilwrap {
position: relative;
}
.octothorpe {
.pilcrow {
font: 12px Arial;
text-decoration: none;
color: #454545;
Expand All @@ -102,11 +102,11 @@ table td {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
}
td.docs:hover .octothorpe {
td.docs:hover .pilcrow {
opacity: 1;
}
td.code, th.code {
padding: 14px 15px 16px 50px;
padding: 14px 15px 16px 25px;
width: 100%;
vertical-align: top;
background: #f5f5ff;
Expand Down
Loading

0 comments on commit a80550c

Please sign in to comment.