css/wordpress.css: Fixed wordpress navigation link formatting
This commit is contained in:
parent
7a6452e82a
commit
534595797e
@ -35,6 +35,17 @@
|
||||
color: #556;
|
||||
}
|
||||
|
||||
/* Styling on navigation links */
|
||||
.navigation {
|
||||
min-height: 1em;
|
||||
}
|
||||
.alignleft {
|
||||
float: left;
|
||||
}
|
||||
.alignright {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Wordpress Captions */
|
||||
.aligncenter,
|
||||
div.aligncenter {
|
||||
@ -42,7 +53,6 @@ div.aligncenter {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.wp-caption {
|
||||
border: 1px solid #ddd;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user