diff options
author | Monty Taylor <mordred@inaugust.com> | 2017-03-23 11:12:24 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2017-03-23 11:12:24 -0500 |
commit | 11981f59bf68a40efa69be191c6cb7c839c1797f (patch) | |
tree | d3da660b99e53bd9df4fd86e187b92d4ab055ab1 /src/css | |
parent | b59afe1ad31624cc1d691ba62bd5670fbab443d1 (diff) |
Update resume to include OpenStack
I guess I've done some things with it?
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/mordred.css | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/src/css/mordred.css b/src/css/mordred.css index e23d0df..a7c0f76 100644 --- a/src/css/mordred.css +++ b/src/css/mordred.css | |||
@@ -105,7 +105,7 @@ h3.resumesection { | |||
105 | } | 105 | } |
106 | .job ul li { | 106 | .job ul li { |
107 | line-height: 12pt; | 107 | line-height: 12pt; |
108 | 108 | ||
109 | font-size: 10pt; | 109 | font-size: 10pt; |
110 | } | 110 | } |
111 | #porthead { | 111 | #porthead { |
@@ -122,17 +122,26 @@ h3.resumesection { | |||
122 | font-size: 12pt; | 122 | font-size: 12pt; |
123 | } | 123 | } |
124 | .job { | 124 | .job { |
125 | font-size:12pt; | 125 | font-size:14pt; |
126 | padding-left: 6px; | 126 | padding-left: 6px; |
127 | margin-bottom: 0px; | ||
128 | padding-bottom: 0px; | ||
127 | } | 129 | } |
130 | .jobtitle { | ||
131 | font-size: 12pt; | ||
132 | margin-top: 0px; padding-top: 0px; | ||
133 | margin-bottom: 10px; | ||
134 | margin-left: 10px; | ||
135 | } | ||
136 | |||
128 | .jobskillslist { | 137 | .jobskillslist { |
129 | font-size: 6pt; | 138 | font-size: 8pt; |
130 | font-style: italic; | 139 | font-style: italic; |
131 | margin-top: -12px; padding-top: 0px; | 140 | margin-top: -12px; padding-top: 0px; |
132 | margin-bottom: 10px; | 141 | margin-bottom: 10px; |
133 | margin-left: 10px; | 142 | margin-left: 10px; |
134 | } | 143 | } |
135 | 144 | ||
136 | .lead ul li { | 145 | ul.lead li { |
137 | display: inline; | 146 | display: inline; |
138 | } | 147 | } |