Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: chrome/common/extensions/docs/static/sass/_api.scss

Issue 149673004: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bumped versions Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Uses vertical_rythm library from
2 // http://compass-style.org/reference/compass/typography/vertical_rhythm/
3 // as explained in _typography.scss
4 @import "compass/typography/vertical_rhythm";
5
6 .api {
7 color: #333;
8 font-size: 14px;
9
10 .api-summary {
11 td, th {
12 padding: 5px 10px;
13 }
14 }
15
16 .api-reference {
17 .description {
18 margin-left: 20px;
19 }
20 table.innerTable {
21 margin: 10px 0;
22 td, th {
23 padding: 5px 10px;
24 border: 1px solid #eee;
25 }
26 th {
27 background: none;
28 }
29 p {
30 margin: 0;
31 }
32 }
33 td, th {
34 border: 1px solid #eee;
35 }
36 th {
37 background: #fafafa;
38 }
39 h2 {
40 background-color: darken($gray-light, 5%);
41 padding: $default-padding;
42 margin-left: $default-padding * -1;
43 margin-right: $default-padding * -1;
44 }
45 h3 {
46 margin-top: rhythm(2);
47 }
48 }
49 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/images/chrome-logo_2x.png ('k') | chrome/common/extensions/docs/static/sass/_navbar.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698