##// END OF EJS Templates
Removed call to en internal method in test.
Removed call to en internal method in test.

File last commit:

r18:174f8766 default
r19:e1992943 default
Show More
base_page.css
29 lines | 306 B | text/css | CssLexer
html {
background: #555555;
}
#admin_panel {
background: #FF0000;
color: #00FF00
}
.title {
font-weight: bold;
color: #ffcc00;
}
.text {
color: #ffffff;
}
.post-form {
text-align: left;
color: #ffffff;
}
.link {
color: #33bb33
}
.link:hover {
color: #00ff00;
}