Author: rjollos
Date: Fri Aug 9 02:29:12 2013
New Revision: 1512127
URL: http://svn.apache.org/r1512127
Log:
Monospace font for textarea inputs. Refs #271.
Patch by James (mudri).
Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1512127&r1=1512126&r2=1512127&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Fri Aug 9
02:29:12 2013
@@ -388,6 +388,10 @@ h1, h2, h3, h4 {
margin: 0.5em;
}
+#content textarea, .popover-content textarea {
+ font-family: monospace;
+}
+
/* copied from bootstrap for appropriate focus/unfocused state for
contenteditable*/
[contenteditable="true"] {
border-radius: 4px 4px 4px 4px;