Skip to content

Commit

Permalink
Améliorations diverses
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetazzoni committed Oct 11, 2011
1 parent b555f86 commit 84b640f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ a:link, a:visited {
color: #231111;
font-weight: bold;
text-decoration: none;
border-bottom:1px dotted black;
}
a:hover {
color: #E4401F;
text-decoration: underline;
border-bottom:1px dotted #E4401F;
}
h1, h2 { color: #E4401F; }
#wrapper {
Expand All @@ -36,14 +37,18 @@ h1, h2 { color: #E4401F; }
#description {
border-radius: 5px;
background-color: #e8e8e8;
text-align: justify;
padding: 0.5em;
margin: 0 0.5em 0.5em 0;
line-height: 130%;
}
.item {
border-radius: 5px;
background-color: #e8e8e8;
float: left;
margin: 0 1em 1em 0;
min-height: 220px;
width: 208px;
width: 200px;
padding: 0 8px;
background-repeat: no-repeat;
background-position: 8px 80px;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2 class="hidden">ENSEEIHT, Toulouse</h2>
<div id="content" class="grid_12">

<div id="description">
<p>Le <b>Capitole du libre</b> est l'événement toulousain majeur autour du Logiciel Libre. Cette année, DrupalCamp et Akademy-fr s'ajoutent à l'Ubuntu Party pour constituer un événement de plus grande ampleur: le Capitole du Libre. Le samedi 26 et dimanche 27 novembre,conférences, ateliers, démonstrations et install-party vous permettront de découvrir ou d'approfondir le monde des Logiciels Libres.</p>
<p>Le <b><a href="http://www.capitoledulibre.org">Capitole du libre</a></b> est l'événement toulousain majeur autour du Logiciel Libre. Cette année, <a href="http://toulouse2011.drupalcamp.fr/">DrupalCamp</a> et <a href="http://www.toulibre.org/akademyfr">Akademy-fr</a> s'ajoutent à l'<a href="http://www.toulibre.org/ubuntuparty">Ubuntu Party</a> pour constituer un événement de plus grande ampleur: le Capitole du Libre. Le samedi 26 et dimanche 27 novembre, conférences, ateliers, démonstrations et install-party vous permettront de découvrir ou d'approfondir le monde des Logiciels Libres.</p>
</div>
<div id="drupalcamp" class="item">
<h3 class=".hidden">DrupalCamp</h3>
Expand Down

0 comments on commit 84b640f

Please sign in to comment.