Skip to content

Commit e49a03a

Browse files
committed
Remove More Info module
We don’t seem to be using this anywhere
1 parent 1e53bfc commit e49a03a

2 files changed

Lines changed: 0 additions & 53 deletions

File tree

static/css/documentation.css

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,59 +1325,6 @@ span.bash-output {
13251325
user-select: none;
13261326
}
13271327

1328-
/* end */
1329-
1330-
/*------------------------------------------------------------------------------
1331-
More Info Expander
1332-
------------------------------------------------------------------------------*/
1333-
1334-
.more-info {
1335-
margin: 10px 0;
1336-
position: relative;
1337-
}
1338-
.more-info > h4 {
1339-
background-image: url('../images/dropdown_sprites.jpg');
1340-
background-repeat: no-repeat;
1341-
padding: .25em 0 .25em 25px;
1342-
cursor: pointer;
1343-
color: #4183C4;
1344-
font-weight: normal;
1345-
}
1346-
.more-info h4.compressed {
1347-
background-position: 0 0;
1348-
}
1349-
.more-info:hover h4.compressed {
1350-
background-position: 0 -23px;
1351-
}
1352-
.more-info h4.expanded {
1353-
background-position: 0 -46px;
1354-
}
1355-
.more-info:hover h4.expanded {
1356-
background-position: 0 -69px;
1357-
}
1358-
1359-
.more-info .more-content {
1360-
display: none;
1361-
-webkit-border-radius: 3px;
1362-
-moz-border-radius: 3px;
1363-
border-radius: 3px;
1364-
background-color: #FFFFFF;
1365-
border: 3px solid #DDDDDD;
1366-
padding: 1em 2em;
1367-
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
1368-
-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
1369-
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
1370-
margin: 15px 0 30px;
1371-
}
1372-
1373-
.more-info .more-content h4 {
1374-
margin-top: 1em;
1375-
}
1376-
1377-
.more-info .more-content pre {
1378-
margin-left: 0px;
1379-
}
1380-
13811328
/****************************/
13821329
/* List Module */
13831330
/****************************/

static/images/dropdown_sprites.jpg

-967 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)