Skip to content

Instantly share code, notes, and snippets.

@berlysia
Last active December 22, 2015 16:29
Show Gist options
  • Save berlysia/6500083 to your computer and use it in GitHub Desktop.
Save berlysia/6500083 to your computer and use it in GitHub Desktop.
ツアーのボス一覧をシンプルにするやつ
.navi {
display: none;
}
.assaultArea_02 table + div {
float: right;
height: 0px;
position: relative;
top: -60px;
}
.assaultArea_02 table td {
display: block;
height: 58px;
overflow: hidden;
}
.assaultArea_02 table td:first-child {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment