tab width on work page
parent
c7293e253a
commit
4f624de4a1
|
@ -159,13 +159,17 @@ ul.tabs {
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
width: 100%;
|
||||
}
|
||||
ul.tabs li {
|
||||
float: left;
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
margin-right: 2px;
|
||||
margin-bottom: 1px;
|
||||
padding-right: 2px;
|
||||
width: 116px;
|
||||
}
|
||||
ul.tabs li.tabs4 {
|
||||
padding-right: 0px;
|
||||
}
|
||||
ul.tabs li a {
|
||||
height: 46px;
|
||||
|
@ -387,3 +391,6 @@ a {
|
|||
overflow: hidden;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.editions a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
|
@ -193,12 +193,17 @@ ul.tabs {
|
|||
padding:0;
|
||||
margin:0;
|
||||
list-style:none;
|
||||
width: 100%;
|
||||
|
||||
li {
|
||||
float: left;
|
||||
.height(46px);
|
||||
margin-right:2px;
|
||||
margin-bottom:1px;
|
||||
padding-right:2px;
|
||||
width: 116px;
|
||||
|
||||
&.tabs4 {
|
||||
padding-right:0px;
|
||||
}
|
||||
|
||||
a {
|
||||
.height(46px);
|
||||
|
@ -392,4 +397,8 @@ a{ color:#3d4e53; font-size:12px;}
|
|||
overflow: hidden;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue