Skip to content

Commit

Permalink
add methodcategory class
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Feb 18, 2012
1 parent 43a0f8f commit 9a4046b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pylons/static/pylons.css_t
Expand Up @@ -358,3 +358,15 @@ tt.xref {
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }

span.methodcategory {
font-family: "NeutonRegular", sans-serif;
background-color: #ffffff;
font-weight: normal;
color: #222;
margin: 30px 0px 10px 0px;
padding: 5px 0;
font-size: 2.00em;
line-height: 1;
margin-bottom: 0.75em;
}

0 comments on commit 9a4046b

Please sign in to comment.