Skip to content

Commit

Permalink
Added styling for FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
evanotero committed May 25, 2016
1 parent 7f86e15 commit afd7777
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ a:active

.lead
{
font-size: 1.5em;
font-size: 1.6em !important;
font-weight: normal;
line-height: 1.2em;
}
Expand Down Expand Up @@ -781,6 +781,12 @@ li.info:hover i
margin: 0 auto;
}

#faq .container > div > div > p
{
font-size: 1.1em;

text-shadow: 0 2px 3px rgba(0, 0, 0, 1);
}

/***********************************************************/

Expand Down Expand Up @@ -1458,16 +1464,14 @@ table#usersAvailable td
border-style: solid;
border-color: #666;
/*background-color: #fff;*/
background-color: rgba(255,255,255, .8);

background-color: rgba(255,255,255, .8);
}

table#eventsToApprove tr:nth-child(even) td,
table#usersAvailable tr:nth-child(even) td
{
/*background-color: #fed136;*/
background-color: rgba(254,209,54, .8);

}


Expand Down

0 comments on commit afd7777

Please sign in to comment.