| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- // Sass partial for link group styles
- /* Most link groups are created with <div>. Ensure they have space before and after. */
- .ullinks {
- list-style-type: none;
- }
- .ulchildlink {
- margin-bottom: 1em;
- margin-top: 1em;
- }
- .olchildlink {
- margin-bottom: 1em;
- margin-top: 1em;
- }
- .linklist {
- margin-bottom: 1em;
- }
- .linklistwithchild {
- margin-bottom: 1em;
- margin-left: 1.5em;
- }
- .sublinklist {
- margin-bottom: 1em;
- margin-left: 1.5em;
- }
- .relconcepts {
- margin-bottom: 1em;
- margin-top: 1em;
- }
- .reltasks {
- margin-bottom: 1em;
- margin-top: 1em;
- }
- .relref {
- margin-bottom: 1em;
- margin-top: 1em;
- }
- .relinfo {
- margin-bottom: 1em;
- margin-top: 1em;
- }
- .breadcrumb {
- font-size: smaller;
- margin-bottom: 1em;
- }
|