ca33454677
uw_common.css is unfinished (font-face block isn't even properly closed) and uw.js wasn't updated to include CSS files yet.
12 lines
135 B
CSS
12 lines
135 B
CSS
@font-face{
|
|
font-family: 'Oxygen-regular';
|
|
src:
|
|
}
|
|
|
|
.show{
|
|
display: block !important;
|
|
}
|
|
.uw_hide{
|
|
display: none !important;
|
|
}
|