12 lines
134 B
CSS
12 lines
134 B
CSS
|
/**
|
||
|
* @file
|
||
|
* Styles for administration pages.
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Revisions overview screen.
|
||
|
*/
|
||
|
.revision-current {
|
||
|
background: #ffc;
|
||
|
}
|