Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 650 with CSS up/downcasing #574

Merged
merged 3 commits into from Apr 14, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion public/stylesheets/site/2.0/02-elements.css
Expand Up @@ -158,7 +158,6 @@ del, strike {
}

dfn, abbr, acronym {
font-variant: small-caps;
cursor: help;
}

Expand Down
1 change: 0 additions & 1 deletion public/stylesheets/site/2.0/14-group-preface.css
Expand Up @@ -28,7 +28,6 @@ div.preface .module {

.preface h2.title {
display: block;
font-variant: small-caps;
border-bottom: 0;
clear: right;
}
Expand Down
1 change: 0 additions & 1 deletion public/stylesheets/site/2.0/21-userstuff.css
Expand Up @@ -72,7 +72,6 @@

.userstuff h2 {
color: #333;
font-variant: normal;
text-align: left;
margin: 1.5em 0;
display: block;
Expand Down
4 changes: 0 additions & 4 deletions public/stylesheets/site/2.0/25-role-handheld.css
Expand Up @@ -88,10 +88,6 @@ h1, h2, h3 {
word-break: break-all;
}

.actions, .actions input {
text-transform: lowercase;
}

#main .actions a {
margin: auto;
}
Expand Down