Se revisa el tamaño de las fuentes para igualarlo con mi blog personal
This commit is contained in:
parent
da872c0462
commit
bec180a653
2 changed files with 6 additions and 2 deletions
|
@ -112,13 +112,14 @@ p.breadcrumb {
|
|||
padding: 10px 0;
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
font-size: 13px !important;
|
||||
}
|
||||
|
||||
div.subject h3 {
|
||||
font-size: 20px;
|
||||
}
|
||||
p.author {
|
||||
font-size: 13px;
|
||||
font-size: 13px !important;
|
||||
}
|
||||
|
||||
div#activity dt.icon {
|
||||
|
@ -766,7 +767,9 @@ div.modal {
|
|||
.ui-datepicker-week-col, .ui-datepicker .ui-priority-secondary {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-title {
|
||||
line-height: 1.2em;
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar-close {
|
||||
right: 1em;
|
||||
background: #fafafa;
|
||||
|
|
|
@ -57,6 +57,7 @@ a:hover, a:focus {
|
|||
|
||||
body.wiki,
|
||||
div#content p {
|
||||
font-size: 18px;
|
||||
text-align: justify;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue