Skip to content

Commit 42f908c

Browse files
committed
Making final tiny changes
1 parent 71a0dc9 commit 42f908c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

css/style.css

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
body {
44
margin: 0;
55
width: 100%;
6-
height: 100%%;
6+
height: 100%;
77
}
88

99
a {
@@ -113,7 +113,6 @@ a:hover {
113113
font-size: 0.9em;
114114
top: 0;
115115
left: 0;
116-
text-align: bottom;
117116
color: #93d500;
118117
}
119118

@@ -249,11 +248,13 @@ a:hover {
249248

250249
#timeline-wrapper .cyber-title {
251250
font-size: 18px;
251+
/* font-weight: bold; */
252252
}
253253

254254
#timeline-desc {
255-
margin-top: 8px 0 0;
255+
margin: 8px 0 0;
256256
font-size: 12px;
257+
font-style: italic;
257258
line-height: 1.5em;
258259
}
259260

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ <h2 class="bebas">UNDER ATTACK</h2>
8686
</div>
8787
<div class="timeline-event">
8888
<div class="timeline-date">03.07.2005</div>
89-
<div class="timeline-title">HBS Decisions Accessed</div>
89+
<div class="timeline-title">HBS Dean Pledges To Reject Snooping Hopefuls</div>
9090
<div class="timeline-content">Harvard Business School Dean Kim B. Clark promises to reject <a target="_blank" href="http://www.thecrimson.com/article/2005/3/8/hbs-to-reject-snooping-hopefuls-harvard/">119 applicants who obtained confidential admissions records</a>, determining the result of their application early, through a loophole in the website.</div>
9191
<div class="timeline-link"></div>
9292
</div>
9393
<div class="timeline-event">
9494
<div class="timeline-date">02.16.2008</div>
95-
<div class="timeline-title">GSAS Applicant Data Accessed</div>
95+
<div class="timeline-title">GSAS Applicant Data Hack Discovered</div>
9696
<div class="timeline-content">Harvard discovers that confidential personal identifiable information including Social Security numbers and test scores for thousands of applicants to the Graduate School of Arts and Sciences is <a target="_blank" href="http://datalossdb.org/primary_sources/2238">accessed by an unauthorized user</a>.</div>
9797
<div class="timeline-link"></div>
9898
</div>

0 commit comments

Comments
 (0)