New 'libraries' folder in root instalation directory
This commit is contained in:
parent
05b6a91b0c
commit
006992b900
2267 changed files with 50 additions and 65 deletions
23
libraries/ckeditor/plugins/widget/dev/assets/contents.css
Normal file
23
libraries/ckeditor/plugins/widget/dev/assets/contents.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
.mediumBorder {
|
||||
border-width: 2px;
|
||||
}
|
||||
.thickBorder {
|
||||
border-width: 5px;
|
||||
}
|
||||
img.thickBorder, img.mediumBorder {
|
||||
border-style: solid;
|
||||
border-color: #CCC;
|
||||
}
|
||||
.important.soMuch {
|
||||
margin: 25px;
|
||||
padding: 25px;
|
||||
background: red;
|
||||
border: none;
|
||||
}
|
||||
|
||||
span.redMarker {
|
||||
background-color: red;
|
||||
}
|
||||
.invisible {
|
||||
opacity: 0.1;
|
||||
}
|
Reference in a new issue