diff options
| author | Jacob Thornton <[email protected]> | 2011-08-19 19:52:07 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-19 19:52:07 -0700 |
| commit | b342c4cca322ab40763aaa4cc26108a8aeb3620d (patch) | |
| tree | e17044a06f51dfdb7901d034f65eddfe922c0c6e /lib | |
| parent | 630b874dbdcdff364976a07d0062a1be18fab119 (diff) | |
| download | bootstrap-b342c4cca322ab40763aaa4cc26108a8aeb3620d.tar.xz bootstrap-b342c4cca322ab40763aaa4cc26108a8aeb3620d.zip | |
Simplification for table header generated-content arrow #9
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tables.less | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/lib/tables.less b/lib/tables.less index 02d110eb0..4c65141a3 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -46,20 +46,13 @@ table.zebra-striped { th.header { cursor: pointer; &:after { - width: 0px; - height: 0px; - display: inline-block; + content: ""; float: right; - margin-top:7px; - content: "↓"; - text-indent: -99999px; - vertical-align: top; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - border-bottom: 4px solid #000; - visibility:hidden; - .box-shadow(0 1px 0 #fff); - .opacity(30); + margin-top: 7px; + border-width: 0 4px 4px; + border-style: solid; + border-color: #000 transparent; + visibility: hidden; } } |
