mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-17 03:18:48 +00:00
16 lines
283 B
CSS
16 lines
283 B
CSS
|
/*!
|
||
|
* VisualEditor Surface styles.
|
||
|
*
|
||
|
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
|
||
|
* @license The MIT License (MIT); see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
.ve-surface:after {
|
||
|
content: ".";
|
||
|
display: block;
|
||
|
clear: both;
|
||
|
visibility: hidden;
|
||
|
line-height: 0;
|
||
|
height: 0;
|
||
|
}
|