Skip to content

Commit

Permalink
fix(ui): remove basic html version button
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed May 7, 2015
1 parent 2c05dca commit 12e2a8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/css/layout/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ footer {
}
}

// Remove "Basic HTML version" button
#wb-tphp {
a[href^="?wbdisable="] {
display: none;
}
}

// date modified
#wb-dtmd {
padding: 6px 9px 0 10px;
Expand Down

0 comments on commit 12e2a8b

Please sign in to comment.