Skip to content

Commit

Permalink
font css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Nov 6, 2023
1 parent efec085 commit 8ba32ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
11 changes: 1 addition & 10 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,7 @@ pre {
h5, #documents .document .document-title-heading, .h5, span.constraints-label {
font-size: 14px;
}
/* temp fix font issues */
.dl-invert dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


abbr,
acronym {
Expand Down
11 changes: 0 additions & 11 deletions app/assets/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@
height: 89px;
}

/* temp fix font issues */
.dl-invert dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

#main-header-lower {
height: 38px;
background-image: url(../assets/menu_bg.gif);
Expand Down

0 comments on commit 8ba32ed

Please sign in to comment.