Vorbereitung sprint meeting
This commit is contained in:
parent
92c91ef8b0
commit
1b899691a7
55 changed files with 4150 additions and 4026 deletions
|
@ -1,35 +1,35 @@
|
|||
/**
|
||||
* This file provides the design styles for the page content.
|
||||
*
|
||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||
*/
|
||||
|
||||
|
||||
.content .row {
|
||||
> .col-xs-12 {
|
||||
box-shadow: @box-shadow;
|
||||
#dokuwiki__content{
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
&::before{
|
||||
content: "";
|
||||
background-color: @background_page-header;
|
||||
border-bottom: 1px solid @color-border;
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
height: 3rem; width: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
#meta-box{
|
||||
display: inline-block;
|
||||
min-height: 1.95rem;
|
||||
max-width: 40%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#plugin__highlightparent{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/**
|
||||
* This file provides the design styles for the page content.
|
||||
*
|
||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||
*/
|
||||
|
||||
|
||||
.content .row {
|
||||
> .col-xs-12 {
|
||||
box-shadow: @box-shadow;
|
||||
#dokuwiki__content{
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
&::before{
|
||||
content: "";
|
||||
background-color: @background_page-header;
|
||||
border-bottom: 1px solid @color-border;
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
height: 3rem; width: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
#meta-box{
|
||||
display: inline-block;
|
||||
min-height: 1.95rem;
|
||||
max-width: 40%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#plugin__highlightparent{
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue