Skip to content

Commit 0ccb8b9

Browse files
committed
updated Pepperdine tables for year 3
1 parent 193a70b commit 0ccb8b9

File tree

3 files changed

+296
-185
lines changed

3 files changed

+296
-185
lines changed

Diff for: pepperdine/table.css

+14-6
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@ h1 {
7373
-webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35);
7474
}
7575

76-
table th:first-child {
76+
#infoTable th:first-child {
7777
border-top-left-radius: 5px;
7878
}
79-
table th:last-child {
79+
#infoTable th:last-child {
8080
border-top-right-radius: 5px;
8181
}
8282

83-
table tr:last-child td:first-child {
83+
#infoTable tr:last-child td:first-child {
8484
border-bottom-left-radius: 5px;
8585
}
8686

87-
table tr:last-child td:last-child {
87+
#infoTable tr:last-child td:last-child {
8888
border-bottom-right-radius: 5px;
8989
}
9090

@@ -126,11 +126,19 @@ table tr:last-child td:last-child {
126126
#infoTable tbody tr td.lalign {
127127
text-align: left;
128128
}
129-
tbody tr:nth-child(2n+1){
129+
.alternateColors tr:nth-child(2n+1){
130130
background-color: #8798b6;
131131
color: #fff;
132132
}
133-
tbody tr:nth-child(2n+2){
133+
.alternateColors tr:nth-child(2n+2){
134134
background-color: #ebc5adef;
135135
color: #000;
136+
}
137+
.cropped {
138+
width: inherit; /* width of container */
139+
height: 10px; /* height of container */
140+
overflow: hidden;
141+
}
142+
.cropped img{
143+
margin: -50px -50px -50px -50px;
136144
}

0 commit comments

Comments
 (0)