You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
676 B
46 lines
676 B
/*
|
|
* # Sitemap
|
|
*
|
|
*
|
|
* Copyright 2013 Contributors
|
|
* Released under the MIT license
|
|
* http://opensource.org/licenses/MIT
|
|
*
|
|
* Released: April 17 2013
|
|
*/
|
|
|
|
/*******************************
|
|
Sitemap
|
|
*******************************/
|
|
|
|
.ui.sitemap {
|
|
margin: 0 -3rem;
|
|
font-size: 0rem;
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
/*--------------
|
|
Elements
|
|
---------------*/
|
|
|
|
.ui.sitemap > .section {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
|
|
margin: 0em 3rem;
|
|
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.ui.sitemap > .section > .header {
|
|
font-size: 1.125em;
|
|
color: rgba(0, 0, 0, 0.8);
|
|
padding-bottom: 0.5em;
|
|
}
|
|
|
|
.ui.sitemap > .section > a {
|
|
display: block;
|
|
padding: 0.25em 0em;
|
|
}
|
|
|