Skip to content

Commit

Permalink
Merge pull request #100 from farend/change-font-size
Browse files Browse the repository at this point in the history
Remove font-size style
  • Loading branch information
ishikawa999 authored Jan 24, 2025
2 parents 1f19263 + 71faf76 commit 06b5d1b
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 14 deletions.
1 change: 0 additions & 1 deletion src/styles/components/_boards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
font-weight: bold;
background-color: $color-note-title-bg;
padding: $note-title-padding;
font-size: 0.9em;
border-radius: 4px;

a[href*="activity"][data-absolute-date*=":"] {
Expand Down
1 change: 0 additions & 1 deletion src/styles/components/_documents.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
border-radius: 4px;
}
h4.title {
font-size: 1.2em;
border-bottom: 0px;
}
}
3 changes: 0 additions & 3 deletions src/styles/components/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ $checkbox-margin: 7px 2px 7px 0px;
.select2-selection__rendered {
padding: 1px 2px;
font-family: Arial;
font-size: 13px;
color: #2b2f33;
line-height: 1.5;
font-weight: 400;
Expand All @@ -106,11 +105,9 @@ $checkbox-margin: 7px 2px 7px 0px;
// テキストボックスで等幅フォントを使用
input[type="text"] {
font-family: "Osaka-Mono", "MS Gothic", sans-serif;
font-size: 100%;
}

textarea.wiki-edit {
font-size: 13px;
font-family: "Osaka-Mono", "MS Gothic", sans-serif;
letter-spacing: normal;
line-height: 130%;
Expand Down
2 changes: 0 additions & 2 deletions src/styles/components/_issues.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ div#update .jstTabs.tabs li a {
font-weight: bold;
background-color: $color-note-title-bg;
padding: $note-title-padding;
font-size: 0.9em;
border-radius: 4px;

a[href*="activity"][data-absolute-date*=":"] {
Expand Down Expand Up @@ -218,7 +217,6 @@ div#update .jstTabs.tabs li a {

.details {
list-style: none;
font-size: 0.9em;
line-height: 1.5;
margin-bottom: 1em;
padding-left: 46px;
Expand Down
1 change: 0 additions & 1 deletion src/styles/components/_news.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
font-weight: bold;
background-color: $color-note-title-bg;
padding: $note-title-padding;
font-size: 0.9em;
border-radius: 4px;

a[href*="activity"][data-absolute-date*=":"] {
Expand Down
2 changes: 0 additions & 2 deletions src/styles/components/_repositories.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
font-weight: bold;
background-color: $color-note-title-bg;
padding: $note-title-padding;
font-size: 0.9em;
border-radius: 4px;

a[href*="activity"][data-absolute-date*=":"] {
Expand Down Expand Up @@ -53,7 +52,6 @@
font-weight: bold;
background-color: $color-note-title-bg;
padding: $note-title-padding;
font-size: 0.9em;
border-radius: 4px;

a[href*="activity"][data-absolute-date*=":"] {
Expand Down
1 change: 0 additions & 1 deletion src/styles/components/_scaffolding.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
body {
font-size: 13px;
color: #222;
line-height: 1.5;
}
Expand Down
1 change: 0 additions & 1 deletion src/styles/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ table.list {
line-height: $line-height-base;
vertical-align: top;
border-top: 1px solid $color-table-border;
font-size: 0.9em;
&.checkbox {
padding: $table-cell-padding;

Expand Down
2 changes: 1 addition & 1 deletion stylesheets/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion stylesheets/theme.css.map

Large diffs are not rendered by default.

0 comments on commit 06b5d1b

Please sign in to comment.