Improve documentation of constants throughout the codebase
[lhc/web/wiklou.git] / resources / src / mediawiki.special / upload.css
1 /*!
2 * Styling for Special:Upload
3 */
4 .mw-destfile-warning {
5 border: 1px solid #fde29b;
6 padding: 0.5em 1em;
7 margin-bottom: 1em;
8 color: #705000;
9 background-color: #fdf1d1;
10 }
11
12 p.mw-upload-editlicenses {
13 font-size: 90%;
14 text-align: right;
15 }