Commit 8224dbd4f96d973e4c25fe4d254350b53627fb43
1 parent
f62c7594
Exists in
master
and in
3 other branches
Adjusting breadcrumb style
Showing
1 changed file
with
14 additions
and
1 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
... | ... | @@ -235,14 +235,27 @@ |
235 | 235 | .navigation{ |
236 | 236 | margin: 10% 10% 5% 5%; |
237 | 237 | } |
238 | + | |
239 | +/* Breadcrumbs */ | |
238 | 240 | .breadcrumb{ |
239 | 241 | font-size: 16px; |
240 | 242 | margin-bottom: 5px; |
243 | + font-style: italic; | |
244 | +} | |
245 | + | |
246 | +.breadcrumb > li > span.divider { | |
247 | + color: #26A69A; | |
241 | 248 | } |
242 | 249 | |
243 | 250 | .breadcrumb > li > a{ |
244 | - color: #26A69A; | |
251 | + color: #26A69A; | |
245 | 252 | } |
253 | + | |
254 | +.breadcrumb > li { | |
255 | + color: #BDBDBD; | |
256 | +} | |
257 | +/* End Breadcrumbs */ | |
258 | + | |
246 | 259 | .courseHome{ |
247 | 260 | text-align: center; |
248 | 261 | } | ... | ... |