From bd20d29dae9515ac0100c75c48427542a8c48321 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 8 Feb 2012 10:23:16 +0530 Subject: [PATCH] pre style --- erpnext/website/css/website.css | 11 +++++++++++ version.num | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/erpnext/website/css/website.css b/erpnext/website/css/website.css index 73cafcb504..c4208b2a79 100644 --- a/erpnext/website/css/website.css +++ b/erpnext/website/css/website.css @@ -11,6 +11,17 @@ h1 { margin-bottom: 15px; } +pre { + background-color: #F8F8F8; + border: 1px solid #CCCCCC; + border-radius: 3px 3px 3px 3px; + font-size: 13px; + line-height: 19px; + overflow: auto; + padding: 6px 10px; + margin-bottom: 9px; +} + footer { width: 900px; margin: auto; diff --git a/version.num b/version.num index e24b797f8d..e8930b6df9 100644 --- a/version.num +++ b/version.num @@ -1 +1 @@ -361 \ No newline at end of file +364 \ No newline at end of file