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

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

Issue 121713002: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@addscss_330235
Patch Set: Rebase 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 .api {
2 color: #333;
3 font-size: 14px;
4
5 .apisummary {
6 td, th {
7 padding: 5px 10px;
8 }
9 a {
10 color: inherit;
11 font-weight: normal;
12 }
13 td:hover a, td:hover a * {
14 cursor: pointer;
15 color: $link-color;
16 font-weight: bold;
17 }
18 }
19
20 .api_reference {
21 .description {
22 margin-left: 20px;
23 }
24 table.innerTable {
25 margin: 10px 0;
26 td, th {
27 padding: 5px 10px;
28 border: 1px solid #eee;
29 }
30 th {
31 background: none;
32 }
33 }
34 td, th {
35 border: 1px solid #eee;
36 }
37 th {
38 background: #fafafa;
39 }
40 h2 {
41 background-color: darken($gray-light, 5%);
42 padding: $default-padding;
43 margin-left: $default-padding * -1;
44 margin-right: $default-padding * -1;
45 }
46 h3 {
47 margin-top: rhythm(2);
48 }
49 }
50 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/css/out/site.css ('k') | chrome/common/extensions/docs/static/sass/site.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698