1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-07 22:37:07 +01:00

Updates to Compact/Modern/Positive.

This commit is contained in:
hacksalot
2016-01-12 21:29:30 -05:00
parent 56408b82ef
commit e5dac59649
4 changed files with 243 additions and 44 deletions

View File

@ -31,8 +31,12 @@ h2 {
font-weight: 400;
}
h3, .tenure {
font-size: 1.5em;
font-weight: 300;
}
h3 {
font-size: 1em;
margin-top: 0;
width: 66%;
float: left;
@ -82,6 +86,10 @@ section > header {
position: relative;
}
ul {
clear: both;
}
li {
margin-left: 2em;
}
@ -92,6 +100,15 @@ p, li {
.tenure {
float: right;
color: #B5B5B5;
background-color: #F5F5F5;
border-radius: 6px;
padding: 0px 6px;
}
span.keywords {
font-size: 10px;
color: #B16666;
}
thead {