From 0e9717d5fd506509458177cd3470cb978b3e0e84 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Thu, 8 Dec 2011 09:00:28 -0600 Subject: [PATCH] restored markmin styles for strong, i, code --- VERSION | 2 +- applications/examples/static/css/web2py.css | 7 +++---- applications/welcome/static/css/web2py.css | 3 ++- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 383e4474..6741f485 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.3 (2011-12-08 08:35:52) dev +Version 1.99.3 (2011-12-08 09:00:12) dev diff --git a/applications/examples/static/css/web2py.css b/applications/examples/static/css/web2py.css index 8cbac076..fec6e247 100644 --- a/applications/examples/static/css/web2py.css +++ b/applications/examples/static/css/web2py.css @@ -24,10 +24,11 @@ li { margin-bottom: 0.5em; } span, input, select, textarea, button, label, a { display: inline } img { border: 0; } blockquote, blockquote p, p blockquote { font-style: italic; margin: 0.5em 30px 0.5em 30px; font-size: 0.9em} -em { font-style: italic; } +i, em { font-style: italic; } strong { font-weight: bold; } small { font-size: 0.8em; } textarea { width: 600px; } +code { font-family: Courier;} input[type=text], input[type=password], select { width: 300px; } /** end **/ @@ -67,7 +68,6 @@ body { .footer { background-color: #ECECEC; } - .header { // background: ; } @@ -163,8 +163,7 @@ div.error { -webkit-border-radius: 5px; } -.breadcrumbs { -} +.breadcrumbs { float: left; } .copyright {float: left;} diff --git a/applications/welcome/static/css/web2py.css b/applications/welcome/static/css/web2py.css index d5351570..fec6e247 100644 --- a/applications/welcome/static/css/web2py.css +++ b/applications/welcome/static/css/web2py.css @@ -24,10 +24,11 @@ li { margin-bottom: 0.5em; } span, input, select, textarea, button, label, a { display: inline } img { border: 0; } blockquote, blockquote p, p blockquote { font-style: italic; margin: 0.5em 30px 0.5em 30px; font-size: 0.9em} -em { font-style: italic; } +i, em { font-style: italic; } strong { font-weight: bold; } small { font-size: 0.8em; } textarea { width: 600px; } +code { font-family: Courier;} input[type=text], input[type=password], select { width: 300px; } /** end **/