File: styles/prosilver/theme/base.css
Unmodified
Added
Modified
Removed
Line 36 | Line 36 |
---|
line-height: inherit; }
|
line-height: inherit; }
|
figure { margin: 0 } img { vertical-align: middle }
| figure { margin: 0; } img { vertical-align: middle; }
|
hr { margin-top: 20px;
| hr { margin-top: 20px;
|
Line 69 | Line 69 |
---|
h6, figure, p,
|
h6, figure, p,
|
pre { margin: 0 }
| pre { margin: 0; }
|
button { background: transparent; border: 0;
| button { background: transparent; border: 0;
|
Line 91 | Line 91 |
---|
padding: 0; }
|
padding: 0; }
|
iframe { border: 0 }
| iframe { border: 0; }
|
ol, ul { list-style: none;
| ol, ul { list-style: none;
|
Line 104 | Line 104 |
---|
* This prevents an unwanted focus outline from appearing around elements that * might still respond to pointer events. */
|
* This prevents an unwanted focus outline from appearing around elements that * might still respond to pointer events. */
|
[tabindex="-1"]:focus { outline: none !important }
| [tabindex="-1"]:focus { outline: none !important; }
|
/** * Remove double underline from recent version of firefox
| /** * Remove double underline from recent version of firefox
|
Line 112 | Line 112 |
---|
abbr[title] { text-decoration: none; }
|
abbr[title] { text-decoration: none; }
|
| |
|
|