Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
correções no css dos subtítulos(h2) das páginas de autor
Browse files Browse the repository at this point in the history
  • Loading branch information
jesielviana committed Nov 29, 2024
1 parent 9f5b896 commit 2a4dd31
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
3 changes: 0 additions & 3 deletions webapp/src/main/webapp/themes/brcris/css/brcris.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ h3 {
align-items: baseline;
}

.title h2 {
font-weight: 400;
}
.mobile-hidden {
font-size: 0.9rem;
}
Expand Down
13 changes: 0 additions & 13 deletions webapp/src/main/webapp/themes/brcris/css/researchareas/style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
body {
font-family: 'Open Sans', sans-serif;
}
.title-holder {
text-align: left;
}
.title {
font-family: 'Lato', sans-serif;
}
.font {
font-size: 18px;
}

.note {
text-align: center;
}
Expand Down
13 changes: 0 additions & 13 deletions webapp/src/main/webapp/themes/brcris/css/tagcloud/style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
body {
font-family: 'Open Sans', sans-serif;
}
.title-holder {
text-align: left;
}
.title {
font-family: 'Lato', sans-serif;
}
.font {
font-size: 18px;
}

#wordcloud {
width: 800px;
height: 400px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<#list stats as firstRow>
<div class="sub_headings">
<h1><a href="${urlPrefix}${authorUri}" title="${firstRow["authorName"]}">${firstRow["authorName"]}</a></h1>
<#include "popover.ftl">

<#include "popover.ftl">
</div>
<#break>
</#list>
Expand All @@ -35,7 +34,7 @@

<section id="graphTitle">
<div class="title-holder">
<h2 class="title">${i18n().prod_stats}</h1>
<h2 class="title">${i18n().prod_stats}</h2>
</div>
</section>

Expand Down

0 comments on commit 2a4dd31

Please sign in to comment.