Skip to content

Commit 62e1926

Browse files
author
Philippe BARBOSA
committed
update
1 parent 0f6fa86 commit 62e1926

File tree

2 files changed

+14
-36
lines changed

2 files changed

+14
-36
lines changed

css/index.css

Lines changed: 12 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,36 +1520,6 @@ a#infos:hover {
15201520
cursor: pointer;
15211521
text-decoration: none;
15221522
}
1523-
.btn {
1524-
font: bold 15px 'Open Sans Condensed', sans-serif;
1525-
width: 100px;
1526-
background: #f7df1e;
1527-
background: -moz-linear-gradient(top, #f7df1e 0%, #edc536 100%);
1528-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7df1e), color-stop(100%, #edc536));
1529-
background: -webkit-linear-gradient(top, #f7df1e 0%, #edc536 100%);
1530-
background: linear-gradient(to bottom, #f7df1e 0%, #edc536 100%);
1531-
border-radius: 4px;
1532-
-moz-border-radius: 4px;
1533-
-webkit-border-radius: 4px;
1534-
box-shadow: 0px 1px 0px 0 #ffffff inset, 0 1px 2px 0 rgba(0, 0, 0, 0.8);
1535-
-moz-box-shadow: 0px 1px 0px 0 #ffffff inset, 0 1px 2px 0 rgba(0, 0, 0, 0.8);
1536-
-webkit-box-shadow: 0px 1px 0px 0 #ffffff inset, 0 1px 2px 0 rgba(0, 0, 0, 0.8);
1537-
-webkit-transition: none;
1538-
}
1539-
.btn:hover {
1540-
background-position: 0;
1541-
background: #f7d320;
1542-
background: -moz-linear-gradient(top, #f7d320 0%, #ddbe33 100%);
1543-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7d320), color-stop(100%, #ddbe33));
1544-
background: -webkit-linear-gradient(top, #f7d320 0%, #ddbe33 100%);
1545-
background: -o-linear-gradient(top, #f7d320 0%, #ddbe33 100%);
1546-
background: linear-gradient(to bottom, #f7d320 0%, #ddbe33 100%);
1547-
}
1548-
.btn:active {
1549-
color: white;
1550-
background-color: #f7df1e;
1551-
text-shadow: none;
1552-
}
15531523
.footer {
15541524
padding: 10px 0;
15551525
text-align: center;
@@ -1563,12 +1533,11 @@ a#infos:hover {
15631533
.footer a {
15641534
font-size: 10px;
15651535
}
1566-
.recrutement,
1567-
.pythonbooks {
1536+
.recrutement {
15681537
color: #eedb59;
15691538
font-weight: bold;
15701539
padding: 10px 0;
1571-
margin: 10px auto;
1540+
margin: 20px auto;
15721541
text-align: center;
15731542
background-color: #252624;
15741543
-webkit-transition-duration: .4s;
@@ -1577,15 +1546,18 @@ a#infos:hover {
15771546
-o-transition-duration: .4s;
15781547
transition-duration: .4s;
15791548
}
1580-
.recrutement:hover,
1581-
.pythonbooks:hover {
1549+
.recrutement:hover {
15821550
color: white;
15831551
text-decoration: none;
15841552
}
15851553
.pythonbooks {
15861554
background-color: transparent;
15871555
margin: 0 0 30px;
15881556
}
1557+
.pythonbooks > * {
1558+
display: inline;
1559+
margin-right: 10px;
1560+
}
15891561
/*!
15901562
* Bootstrap Responsive v2.0.4
15911563
*
@@ -2274,6 +2246,11 @@ a#infos:hover {
22742246
.navbar-fixed-bottom {
22752247
position: static;
22762248
}
2249+
.github img,
2250+
#infos,
2251+
#twittit {
2252+
display: none;
2253+
}
22772254
.navbar-fixed-top {
22782255
margin-bottom: 18px;
22792256
}

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ <h4>About us :</h4>
9191
<div class="row">
9292
<a class="recrutement span12" href="http://www.revolunet.com/recrutement-developpeur-web" target="_blank"> We're hiring talented web developers in Paris, France </a>
9393
<div class="pythonbooks span12">
94+
<p>See also :</p>
9495
<a href="http://pythonbooks.revolunet.com/" target="_blank">
95-
<img src="./img/logo_pythonbooks.png" alt="Python Books" title="Learn Python for free !" width="200" height="32e">
96+
<img src="./img/logo_pythonbooks.png" alt="Python Books" title="Learn Python for free !" width="100" height="16">
9697
</a>
9798
</div>
9899
</div>

0 commit comments

Comments
 (0)