File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1251,57 +1251,6 @@ pre.terminal em {
12511251 color : # f9fe64 ;
12521252}
12531253
1254- span .codeline {
1255- display : block;
1256- position : relative;
1257- }
1258-
1259- span .codeline : hover {
1260- background-color : # 292929 ;
1261- margin : 0px ;
1262- padding-left : 3px ;
1263- margin-left : -3px ;
1264- -webkit-border-radius : 3px ;
1265- -moz-border-radius : 3px ;
1266- border-radius : 3px ;
1267- color : # 666666 ;
1268- }
1269-
1270- span .codeline span {
1271- display : inline-block;
1272- font-size : 10px ;
1273- color : # fff ;
1274- padding : 0 0.3em 0.05em ;
1275- position : absolute;
1276- right : 0px ;
1277- top : 0px ;
1278- text-indent : -9999px ;
1279- background-image : url(../ images/qmark.png);
1280- background-repeat : no-repeat;
1281- background-position : 1px 3px ;
1282- max-width : 8px ;
1283- min-width : 8px ;
1284- -moz-user-select : none;
1285- -khtml-user-select : none;
1286- user-select : none;
1287- cursor : default;
1288- }
1289-
1290- span .codeline span : hover {
1291- display : inline-block;
1292- text-indent : 0px ;
1293- -webkit-border-radius : 3px ;
1294- -moz-border-radius : 3px ;
1295- border-radius : 3px ;
1296- background : # 000 ;
1297- border : 1px solid # 292929 ;
1298- max-width : 1000px ;
1299- }
1300-
1301- span .codeline : hover em {
1302- color : # 666666 ;
1303- }
1304-
13051254pre .bootcamp {
13061255 white-space : normal;
13071256 margin-left : -10px ;
You can’t perform that action at this time.
0 commit comments