style.css: more identation corrections
This commit is contained in:
parent
b7f930e2cf
commit
f58c1ec39b
1 changed files with 10 additions and 10 deletions
|
@ -101,19 +101,19 @@ display:inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.partager {
|
.partager {
|
||||||
margin:15px;
|
margin:15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.3);
|
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3), inset 0px -2px 0px rgba(0, 0, 0, 0.3);
|
||||||
border-color: rgba(0,0,0,0.15);
|
border-color: rgba(0,0,0,0.15);
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-noheader {
|
.panel-noheader {
|
||||||
|
|
Reference in a new issue