Initial Commit
This commit is contained in:
parent
4c352bf02e
commit
1ab6e5f0b0
1085 changed files with 195258 additions and 0 deletions
11
plugins/jetpack/modules/widgets/gallery/css/admin-rtl.css
Normal file
11
plugins/jetpack/modules/widgets/gallery/css/admin-rtl.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.gallery-widget-thumbs-wrapper {
|
||||
margin: -5px 0 0.3em 0;
|
||||
}
|
||||
|
||||
.gallery-widget-thumbs img {
|
||||
border: 1px solid #ccc;
|
||||
padding: 2px;
|
||||
background-color: #fff;
|
||||
margin: 0 0 5px 5px;
|
||||
float: right;
|
||||
}
|
1
plugins/jetpack/modules/widgets/gallery/css/admin-rtl.min.css
vendored
Normal file
1
plugins/jetpack/modules/widgets/gallery/css/admin-rtl.min.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.gallery-widget-thumbs-wrapper{margin:-5px 0 .3em}.gallery-widget-thumbs img{border:1px solid #ccc;padding:2px;background-color:#fff;margin:0 0 5px 5px;float:right}
|
11
plugins/jetpack/modules/widgets/gallery/css/admin.css
Normal file
11
plugins/jetpack/modules/widgets/gallery/css/admin.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
.gallery-widget-thumbs-wrapper {
|
||||
margin: -5px 0 0.3em 0;
|
||||
}
|
||||
|
||||
.gallery-widget-thumbs img {
|
||||
border: 1px solid #ccc;
|
||||
padding: 2px;
|
||||
background-color: #fff;
|
||||
margin: 0 5px 5px 0;
|
||||
float: left;
|
||||
}
|
1
plugins/jetpack/modules/widgets/gallery/css/admin.min.css
vendored
Normal file
1
plugins/jetpack/modules/widgets/gallery/css/admin.min.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.gallery-widget-thumbs-wrapper{margin:-5px 0 .3em}.gallery-widget-thumbs img{border:1px solid #ccc;padding:2px;background-color:#fff;margin:0 5px 5px 0;float:left}
|
|
@ -0,0 +1,13 @@
|
|||
/* This file was automatically generated on Mar 22 2013 21:33:14 */
|
||||
|
||||
.gallery-widget-thumbs-wrapper {
|
||||
margin: -5px 0 0.3em 0;
|
||||
}
|
||||
|
||||
.gallery-widget-thumbs img {
|
||||
border: 1px solid #ccc;
|
||||
padding: 2px;
|
||||
background-color: #fff;
|
||||
margin: 0 0 5px 5px;
|
||||
float: right;
|
||||
}
|
Reference in a new issue