@@ -5,17 +5,16 @@ html, body {
55
66.tether .tether-theme-arrows-dark .tether-content {
77 -webkit-filter : none;
8- -moz-filter : none;
98 filter : none;
10- background : black ; }
9+ background : # 000 ; }
1110 .tether .tether-theme-arrows-dark .tether-content ul {
12- color : white ;
11+ color : # fff ;
1312 list-style : none;
1413 padding : 0 ;
1514 margin : 0 ; }
1615
1716.tether .tether-theme-arrows-dark .tether-element-attached-top .tether-element-attached-left .tether-target-attached-right .tether-content : before {
18- border-right-color : black ; }
17+ border-right-color : # 000 ; }
1918
2019.browser-demo {
2120 position : absolute;
@@ -24,8 +23,8 @@ html, body {
2423 bottom : 0 ;
2524 right : 0 ; }
2625 .browser-demo * , .browser-demo * : after , .browser-demo * : before {
27- -webkit-box-sizing : border-box;
2826 -moz-box-sizing : border-box;
27+ -webkit-box-sizing : border-box;
2928 box-sizing : border-box; }
3029 .browser-demo .top {
3130 position : absolute;
@@ -51,7 +50,7 @@ html, body {
5150 cursor : pointer; }
5251 .browser-demo .bottom .left .item : hover , .browser-demo .bottom .left .item .tether-open {
5352 background : rgba (0 , 0 , 0 , 0.1 );
54- border-bottom : 1px solid rgba ( 0 , 0 , 0 , 0 ) ; }
53+ border-bottom : 1px solid transparent ; }
5554 .browser-demo .bottom .left .item : last-child {
5655 border-bottom : 0 ; }
5756 .browser-demo .bottom .right {
@@ -61,22 +60,20 @@ html, body {
6160 height : 100% ;
6261 padding : 20px ; }
6362 .browser-demo .title {
64- display : -moz-inline-stack;
6563 display : inline-block;
6664 vertical-align : middle;
6765 * vertical-align : auto;
68- zoom : 1 ;
66+ * zoom : 1 ;
6967 * display : inline;
7068 background : rgba (0 , 0 , 0 , 0.1 );
7169 width : 150px ;
7270 height : 15px ;
7371 margin-bottom : 20px ; }
7472 .browser-demo .word {
75- display : -moz-inline-stack;
7673 display : inline-block;
7774 vertical-align : middle;
7875 * vertical-align : auto;
79- zoom : 1 ;
76+ * zoom : 1 ;
8077 * display : inline;
8178 background : rgba (0 , 0 , 0 , 0.1 );
8279 width : 50px ;
0 commit comments