Skip to content

Commit 3b4a3a7

Browse files
shaloorgommers
authored andcommitted
Refs #numpygh-104 content for array libraries tab under Ecosystem on main landing page (numpy#111)
1 parent 104613a commit 3b4a3a7

File tree

14 files changed

+280
-176
lines changed

14 files changed

+280
-176
lines changed

layouts/partials/tabs.html

Lines changed: 254 additions & 175 deletions
Large diffs are not rendered by default.

static/css/tabs.css

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,12 @@ td.center-text {
672672
line-height: 35%;
673673
}
674674

675+
td.full-center-text {
676+
text-align: center;
677+
vertical-align: middle;
678+
line-height: 45%;
679+
}
680+
675681
td.lastrow-center-text {
676682
text-align: center;
677683
line-height: 35%;
@@ -680,7 +686,7 @@ td.lastrow-center-text {
680686

681687
td.bold-text {
682688
font-weight: bold;
683-
text-align: center;
689+
text-align: left;
684690
}
685691

686692
img.cell-layout {
@@ -700,3 +706,22 @@ img.cell-layout {
700706
margin-right: auto;
701707
text-align: center;
702708
}
709+
td.left-text {
710+
text-align: left;
711+
vertical-align: middle;
712+
line-height: 50%;
713+
text-color: #dddddd;
714+
}
715+
716+
img.first-column-layout {
717+
border-radius: 5px;
718+
height: 25px;
719+
display: block;
720+
}
721+
722+
td.lastrow-center-text {
723+
text-align: center;
724+
line-height: 40%;
725+
border-bottom: solid 2px #dddddd;
726+
}
727+
21.1 KB
Loading
9.26 KB
Loading
64.8 KB
Loading
19.2 KB
Loading
24.4 KB
Loading
76.3 KB
Loading
97.7 KB
Loading
39.8 KB
Loading
106 KB
Loading
44.1 KB
Loading
19.7 KB
Loading
Loading

0 commit comments

Comments
 (0)