Skip to content

Commit

Permalink
Fine-tune the Bazel docs stylesheet.
Browse files Browse the repository at this point in the history
<strong></strong> parts didn't appear strong enough. Also some other
fine-tuning.

--
MOS_MIGRATED_REVID=88447554
  • Loading branch information
laszlocsomor authored and hanwen committed Mar 13, 2015
1 parent 642d7d4 commit 4ebb2b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs_style.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
* {
font-family: "Open Sans";
font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
color: #444;
font-weight: 400;
}

p, li {
font-size: 14px;
color: #444;
font-weight: 400;
}

a {
Expand All @@ -20,13 +21,12 @@ a {
code {
font-family: monospace;
font-size: 13px;
font-weight: 500;
color: #000;
}

pre {
display: block;
background-color: #f5f7f9;
border: 1px solid #9ab;
padding: 12px;
padding: 0.5em;
}

0 comments on commit 4ebb2b1

Please sign in to comment.