Skip to content

Commit

Permalink
restored markmin styles for strong, i, code
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Dec 8, 2011
1 parent bb437dd commit 0e9717d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version 1.99.3 (2011-12-08 08:35:52) dev
Version 1.99.3 (2011-12-08 09:00:12) dev
7 changes: 3 additions & 4 deletions applications/examples/static/css/web2py.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 **/

Expand Down Expand Up @@ -67,7 +68,6 @@ body {
.footer {
background-color: #ECECEC;
}

.header {
// background: <fill here for header image>;
}
Expand Down Expand Up @@ -163,8 +163,7 @@ div.error {
-webkit-border-radius: 5px;
}

.breadcrumbs {
}
.breadcrumbs { float: left; }

.copyright {float: left;}

Expand Down
3 changes: 2 additions & 1 deletion applications/welcome/static/css/web2py.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 **/

Expand Down

0 comments on commit 0e9717d

Please sign in to comment.