summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/widgets/authors/style.css')
-rw-r--r--plugins/jetpack/modules/widgets/authors/style.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/jetpack/modules/widgets/authors/style.css b/plugins/jetpack/modules/widgets/authors/style.css
deleted file mode 100644
index 17ca1b69..00000000
--- a/plugins/jetpack/modules/widgets/authors/style.css
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Authors Widget */
-.widget_authors > ul, .widget.widget_authors li > ul {
- margin-left: inherit;
- padding-left: 0;
-}
-.widget_authors ul li li {
- padding-left: 0;
-}
-
-.widget_authors > ul > li {
- margin-bottom: 1em;
- list-style: none;
-}
-
-.widget_authors > ul > li + li {
- border-top: 0;
-}
-
-.widget.widget_authors img {
- margin-right: 5px;
- margin-bottom: 5px;
- vertical-align: middle;
- -webkit-box-shadow: none;
- box-shadow: none;
-} \ No newline at end of file