Skip to content

Instantly share code, notes, and snippets.

@CarlLee
Last active December 16, 2015 10:09
Show Gist options
  • Save CarlLee/5418228 to your computer and use it in GitHub Desktop.
Save CarlLee/5418228 to your computer and use it in GitHub Desktop.
v2ex gist enhancement
#Main>.box>.inner>table>tbody>tr, #Main>.box>.cell>table>tbody>tr{
position:relative;
}
#Main>.box>.inner>table>tbody>tr>td:nth-child(3), #Main>.box>.cell>table>tbody>tr>td:nth-child(3){
padding-right: 4em;
}
#Main>.box>.inner>table>tbody>tr>td:nth-child(4), #Main>.box>.cell>table>tbody>tr>td:nth-child(4){
position:absolute;
top:0px;
right:8px;
}
#Main>.box>.inner>table>tbody>tr>td:first-child, #Main>.box>.cell>table>tbody>tr>td:first-child {
float: left;
padding-right: 10px;
}
#Main>.box>.inner>table,#Main>.box>.inner>table>tbody,#Main>.box>.inner>table>tbody>tr,#Main>.box>.inner>table>tbody>tr>td,#Main>.box>.cell>table,#Main>.box>.cell>table>tbody,#Main>.box>.cell>table>tbody>tr,#Main>.box>.cell>table>tbody>tr>td {
display: block;
}
.payload{
display:block;
margin-left:40px;
}
.imly{
max-width:100%;
}
#Main>.box>.inner>table>tbody>tr>td:nth-child(4)>a, #Main>.box>.cell>table>tbody>tr>td:nth-child(4)>a {
width: 1em;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment