phpBB

Code Changes

File: styles/prosilver/theme/base.css

  Unmodified   Added   Modified   Removed
Line 36Line 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 69Line 69
h6,
figure,
p,

h6,
figure,
p,

pre { margin: 0 }

pre { margin: 0; }

button {
background: transparent;
border: 0;

button {
background: transparent;
border: 0;

Line 91Line 91
	padding: 0;
}


	padding: 0;
}


iframe { border: 0 }

iframe { border: 0; }

ol,
ul {
list-style: none;

ol,
ul {
list-style: none;

Line 104Line 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 112Line 112
abbr[title] {
text-decoration: none;
}

abbr[title] {
text-decoration: none;
}