Skip to content

Commit 19c56dc

Browse files
committed
Remove 'font-variant: small-caps' CSS property
The capitalization of text is misleading. For example, the URL `/LOGIN/` and `/login/` are different and should be read differently. Another example, the view `LOGINVIEW` and LoginView` are different. For the most accurate display of the information, drop the small-caps property.
1 parent 1287018 commit 19c56dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
color: #999;
142142
font-style: normal;
143143
text-decoration: none;
144-
font-variant: small-caps;
145144
}
146145

147146
#djDebug #djDebugToolbarHandle {

0 commit comments

Comments
 (0)