#7419 closed defect (bug) (duplicate)
inline-style in
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | high | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | style, css, inline, valid |
| Focuses: | Cc: |
Description
Please write style-code optional and not in the html-code, please i the head of the page. man y people hope, you change this for version 2.7
wp-includes/media.php
$output = apply_filters('gallery_style', "
<style type='text/css'>
.gallery {
margin: auto;
}
.gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: {$itemwidth}%;
}
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery-caption {
margin-left: 0;
}
</style>
<!-- see gallery_shortcode() in wp-includes/media.php -->
Change History (3)
Note: See
TracTickets for help on using
tickets.
Duplicate of #6685.