PDF rausgenommen
This commit is contained in:
11
msd2/tracking/piwik/plugins/API/stylesheets/glossary.less
Normal file
11
msd2/tracking/piwik/plugins/API/stylesheets/glossary.less
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
.glossary .table-of-contents a {
|
||||
box-sizing: content-box;
|
||||
padding: 0 10px 5px;
|
||||
&:hover, &.active {
|
||||
text-decoration: none;
|
||||
padding: 0 10px 3px;
|
||||
border-left: none;
|
||||
border-bottom: 2px solid @color-blue-piwik;
|
||||
}
|
||||
}
|
34
msd2/tracking/piwik/plugins/API/stylesheets/listAllAPI.less
Normal file
34
msd2/tracking/piwik/plugins/API/stylesheets/listAllAPI.less
Normal file
@ -0,0 +1,34 @@
|
||||
|
||||
.example, .example A {
|
||||
color: #9E9E9E;
|
||||
}
|
||||
|
||||
.page_api {
|
||||
padding: 0 15px 0 15px;
|
||||
}
|
||||
|
||||
.page_api p {
|
||||
line-height: 140%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.apiFirstLine {
|
||||
font-weight: bold;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.page_api ul {
|
||||
list-style: disc outside none;
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.apiDescription {
|
||||
line-height: 1.5em;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.apiMethod {
|
||||
margin-bottom: 5px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user