diff options
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 5da064762..093d742e8 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -35,6 +35,15 @@ H2, .throw { content: " _/__";
color: #f92;
}
+#menubar .button {
+ margin: 0 2px 0px 8px;
+ width: auto;
+ padding: 0;
+ text-indent: 0;
+ list-style: none;
+ text-align: center;
+ float: left;
+}
#theAdminPage #menubar DT:before,
#theAdminPage #menubar DT:after {
content: '';
|