summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates/assets/android-developer-docs-devguide.css
blob: d8bd3b347463eb9c082e0ae5c575935a584b324b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

@import url("android-developer-docs.css");

/* Page title */

#jd-header h1 {
  padding: 8px 0 0 0;
}

/* Page content container */

#jd-header table {
margin: 0 0 1em 1em;
}

#jd-content table table,
#jd-content table img {
  margin:1em 0;
}