Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b8858d

Browse files
authored
Merge pull request python-gsoc#24 from bryngo/master
Capitalization, Style, and Link fixes.
2 parents 1d797f7 + 38660a9 commit 9b8858d

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2>Getting Started</h2>
149149
href="#ideas">Our ideas list</a> will be updated as soon as orgs tell us
150150
they're interested in participating this year. If your favourite org isn't on
151151
the list and you'd like them to be, contact them directly! Assuming Google
152-
accepts us, we'll accept sub-orgs until <a href="#dates">the dates listed in
152+
accepts us, we'll accept sub-orgs until <a href="#schedule">the dates listed in
153153
our schedule</a>.</li>
154154

155155
</ul>
@@ -621,7 +621,7 @@ <h2>Project Ideas</h2>
621621
<img src="http://scrapinghub.com/images/shub-standard-logo.png"
622622
width="300"></td>
623623
<!-- Info -->
624-
<td><h4>ScrapingHub</h4></td>
624+
<td><h4>Scrapinghub</h4></td>
625625
<tr><td>Scrapinghub is a company focused on information retrieval and its
626626
later manipulation, deeply involved on developing and contributing in Open
627627
Source projects regarding web crawling and data processing technologies. This

style.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,17 @@ li {
7171

7272
div.warning {
7373
border: 1pt solid #E5E5E5;
74-
background-color: #F9F9FF;
7574
color: black;
7675

7776
margin: 10pt 30pt 10pt 30pt;
78-
background-repeat: no-repeat;
79-
background-position: 8px 8px;
8077
min-height: 45px;
8178
padding: 10px 10px 10px 64px;
8279

83-
background-image: url("warning.png");
80+
background: #F9F9FF url("warning.png") no-repeat 8px 8px;
8481
}
8582
table.ideas {
8683
border-collapse: collapse;
87-
border: 1;
84+
border: 1px;
8885
}
8986
td.logo {
9087
max-width: 300px;

0 commit comments

Comments
 (0)