summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-03-22 16:41:02 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-03-22 16:41:02 -0400
commit5bf2be7dfea307da3c7a0c3270da013ce0dccb58 (patch)
tree5e4d841de6d9fb565b23fc95fed9d9bd3f4a2801
parentb09a9661b2c51a3918cdca9908791ebf2d448aba (diff)
Made the width of the div.pre items wider.
This is to prevent line breaks in those command windows on the Developers page.
-rw-r--r--css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 2f26e36..6f39be6 100644
--- a/css/style.css
+++ b/css/style.css
@@ -27,8 +27,8 @@ div.pre {
margin-bottom:18px;
background:#eee;
border:1px solid #ddd;
- padding:16px;
- width: 30em;
+ padding:12px;
+ width: 38em;
}
#download {