summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wp-syntax/css/wp-syntax.css')
-rw-r--r--plugins/wp-syntax/css/wp-syntax.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/plugins/wp-syntax/css/wp-syntax.css b/plugins/wp-syntax/css/wp-syntax.css
index 2401f78e..e06789b5 100644
--- a/plugins/wp-syntax/css/wp-syntax.css
+++ b/plugins/wp-syntax/css/wp-syntax.css
@@ -24,7 +24,7 @@
.wp_syntax caption {
margin : 0 !important;
- padding : 2px !important;
+ padding : 2px 0 !important;
width : 100% !important;
background-color: #def !important;
text-align : left !important;
@@ -72,19 +72,18 @@
background : transparent !important;
border : none !important;
margin : 0 !important;
- padding : 0 !important;
width : auto !important;
float : none !important;
clear : none !important;
overflow : visible !important;
font-family : monospace !important;
- font-size : 12px !important;
+ font-size : 14px !important;
line-height : 16px !important;
padding : 0 4px !important;
white-space : pre !important;
- -moz-box-shadow : 0px 0px 0px rgba(0, 0, 0, 0) !important; /* FF3.5+ */
- -webkit-box-shadow : 0px 0px 0px rgba(0, 0, 0, 0) !important; /* Saf3.0+, Chrome */
- box-shadow : 0px 0px 0px rgba(0, 0, 0, 0) !important; /* Opera 10.5, IE 9.0 */
+ -moz-box-shadow : 0 0 0 rgba(0, 0, 0, 0) !important; /* FF3.5+ */
+ -webkit-box-shadow : 0 0 0 rgba(0, 0, 0, 0) !important; /* Saf3.0+, Chrome */
+ box-shadow : 0 0 0 rgba(0, 0, 0, 0) !important; /* Opera 10.5, IE 9.0 */
-webkit-border-radius: 0 !important;
-moz-border-radius : 0 !important;
border-radius : 0 !important;
@@ -94,5 +93,5 @@
background-color: #def !important;
color : gray !important;
text-align : right !important;
- width : 16px !important;
-} \ No newline at end of file
+ min-width : 16px !important;
+}