Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Add .upcoming CSS class for upcoming events
Browse files Browse the repository at this point in the history
  • Loading branch information
elisee committed Jan 22, 2016
1 parent af12f45 commit bd2bcd4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/index.en (1)/page.jade
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ block content
h1 Latest news and upcoming events

table
tr
tr(class="upcoming")
th January 29 - 31, 2016
td The <a href="http://globalgamejam.org/" target="_blank">Global Game Jam</a> is happening. Take part with the community!
tr
Expand Down
2 changes: 1 addition & 1 deletion assets/index.fr (23)/page.jade
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ block content
h1 Dernières news et événements à venir

table
tr
tr(class="upcoming")
th 29 - 31 Janvier 2016
td La <a href="http://globalgamejam.org/" target="_blank">Global Game Jam</a> arrive. Participez avec la communauté !
tr
Expand Down
5 changes: 5 additions & 0 deletions assets/index.styl (8)/sheet.styl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ main .news {
}
th { text-align: right; }
td { text-align: left; }

tr.upcoming {
color: #888;
a { color: #78a9ce; }
}
}

main .aspects {
Expand Down

0 comments on commit bd2bcd4

Please sign in to comment.