Skip to content

Commit b198fb4

Browse files
author
Fabian Perez
committed
Style program info sections
1 parent 21ef05d commit b198fb4

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

static/shared/css/documentation.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,6 +1562,45 @@ li.api-status img {
15621562
}
15631563
/* @end */
15641564

1565+
1566+
/*------------------------------------------------------------------------------
1567+
Dev Program
1568+
------------------------------------------------------------------------------*/
1569+
1570+
.program-info-column {
1571+
float: left;
1572+
position: relative;
1573+
margin: 20px 0 60px;
1574+
padding-left: 50px;
1575+
width: 415px;
1576+
}
1577+
1578+
.program-info-column:first-child {
1579+
margin-right: 50px;
1580+
}
1581+
1582+
.program-info-column h2 {
1583+
font-size: 18px;
1584+
}
1585+
1586+
.program-info-column p {
1587+
font-size: 16px;
1588+
line-height: 1.5;
1589+
}
1590+
1591+
.program-info-column .mega-octicon {
1592+
position: absolute;
1593+
left: 0;
1594+
top: 38px;
1595+
color: #4183c4;
1596+
}
1597+
1598+
.program-info-column ul {
1599+
margin-left: 15px;
1600+
}
1601+
1602+
/* @end */
1603+
15651604
/********************/
15661605
/* Retina support */
15671606
/********************/

0 commit comments

Comments
 (0)