Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Updated YARD CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Oct 17, 2016
1 parent ffdb1dc commit 4f832a8
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions doc/css/common.css
Expand Up @@ -2,15 +2,14 @@ body
{
font-size: 14px;
line-height: 1.6;
margin: 0 auto;
max-width: 960px;
}

p code
p code, dd code, li code
{
background: #f2f2f2;
padding-left: 3px;
padding-right: 3px;
background: #f9f2f4;
color: #c7254e;
border-radius: 4px;
padding: 2px 4px;
}

pre.code
Expand All @@ -20,6 +19,13 @@ pre.code
overflow: auto;
}

blockquote
{
border-left: 5px solid #eee;
margin: 0px;
padding-left: 15px;
}

/**
* YARD uses generic table styles, using a special class means those tables
* don't get messed up.
Expand Down

0 comments on commit 4f832a8

Please sign in to comment.