aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style.css
diff options
context:
space:
mode:
authorBrint E. Kriebel <bekit@cyngn.com>2014-09-29 17:19:43 -0700
committerBrint E. Kriebel <bekit@cyngn.com>2014-09-29 17:19:43 -0700
commitb64a23b7cc2761f03879ceb6b030ae80171f11e2 (patch)
tree86ba49fd1b7275a7e293c3c3bc44e6317bebf67f /docs/style.css
parentfe926bab25e3af81265d4e0bbb79bcdb41b10635 (diff)
parent9961286c06c25cd03464d3e2b00bd9b9dedf96ba (diff)
downloadandroid_external_proguard-shipping/cm-11.0.tar.gz
android_external_proguard-shipping/cm-11.0.tar.bz2
android_external_proguard-shipping/cm-11.0.zip
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index c9798db..71d69d7 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -52,6 +52,11 @@ td
padding: 8px;
}
+ul.spacious li
+{
+ padding: 8px;
+}
+
a
{
text-decoration: none;
@@ -62,13 +67,21 @@ img
border: none;
}
+a.button {
+ color: #000000;
+ text-decoration: none;
+ background: #E0E0E0;
+ border: 1px outset #FFFFFF;
+ float: right;
+}
+
/* Settings for the introductory paragraph. */
p.intro
{
background: #EEEEFF;
padding: 10px;
- border: solid #000000 1px
+ border: 1px solid #000000;
}
/* Settings for the title frame. */
@@ -115,6 +128,7 @@ body.navigation
{
margin: 0px;
padding: 0px;
+ background: #F8F8F8;
}
ul.navigation