MediaWiki:Common.css: Difference between revisions

imported>Samueldr
Fixes issue #20 via common.css
imported>Samueldr
m Ensures code-like stuff doesn't get hyphenated.
Line 90: Line 90:
textarea, input[type=text], input[type=password] {
textarea, input[type=text], input[type=password] {
background-color: #fefefe;
background-color: #fefefe;
}
/* Ensures code-like stuff doesn't get hyphenated. */
code, pre {
    hyphens: none;
}
}