mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Remove outdated properties in core widget skins
This commit is contained in:
parent
eedf4a6e0d
commit
1241ebbc80
4 changed files with 19 additions and 25 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
.account {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
zoom: 1;
|
||||
vertical-align: top;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
@ -11,8 +9,6 @@
|
|||
.account>a,
|
||||
.account>.info .logout {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
background: #f7f7f7;
|
||||
border: 1px solid #d4d8db;
|
||||
border-radius: 2px;
|
||||
|
|
@ -153,8 +149,6 @@
|
|||
}
|
||||
.account .info>li {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
zoom: 1;
|
||||
}
|
||||
.account .info .user {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue