Skip to content

Commit

Permalink
refs #1770 : modified - font-family to inherit its prec. setting.
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Mar 6, 2015
1 parent 2a9b531 commit ea1c83a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions skin/admin/canon/communication.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ table.data-inbox tbody tr .site
table.data-inbox tbody tr td.date,
table.data-inbox tbody tr td.ip
{
font-family : Verdana, Tahoma, Arial, "Lucida Grande", sans-serif;
font-family : inherit;
font-size : 0.9em;
}

Expand Down Expand Up @@ -112,7 +112,7 @@ table.data-inbox tbody tr td
overflow : hidden;
}

#part-post-comment table.data-inbox tbody tr td.content div.info
#part-post-comment table.data-inbox tbody tr td.content div.info
{
display : block;
margin-bottom : 3px;
Expand All @@ -136,7 +136,7 @@ table.data-inbox tbody tr td
font-size : 0.9em;
}

#part-post-comment table.data-inbox tbody tr td.reply span
#part-post-comment table.data-inbox tbody tr td.reply span
{
display : none;
}
Expand Down Expand Up @@ -313,7 +313,7 @@ table.data-inbox tbody tr td
{
color : #999999;
font-size : 0.9em;
font-family : 돋움, Dotum, sans-serif;
font-family : inherit;
}

#part-post-trash table.data-inbox tbody tr td.revert a
Expand Down
8 changes: 4 additions & 4 deletions skin/admin/canon/control.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dl dd

#team-blog-about h3
{
font-family : Tahoma, "Lucida Grande", Verdana, sans-serif;
font-family : inherit;
padding-top : 55px;
margin : 30px 0 5px 360px;
text-align : center;
Expand Down Expand Up @@ -260,7 +260,7 @@ dl dd

#team-user-about h3
{
font-family : Tahoma, "Lucida Grande", Verdana, sans-serif;
font-family : inherit;
padding-top : 55px;
margin : 30px 0 5px 360px;
text-align : center;
Expand Down Expand Up @@ -356,7 +356,7 @@ dl dd
#part-control-config .section
{
background-color : #FFF;
font-family : Verdana, Arial, Tahoma, "Lucida Grande", sans-serif;
font-family : inherit;
margin : 20px 0 3px 9px;
padding : 7px;
}
Expand Down Expand Up @@ -393,7 +393,7 @@ dl dd
{
background-color : #FFFFFF;
border : 1px solid #999999;
font-family : Courier, 'Courier New', monospace;
font-family : Menlo, "Source Code Pro", Courier, 'Courier New', monospace;
font-size : 12px;
height : 250px;
margin-left : 5px !important;
Expand Down
6 changes: 3 additions & 3 deletions skin/admin/canon/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ h3
{
border-bottom : 1px solid #666666;
color : #666666;
font-family : 'Lucida Grande', Tahoma, Verdana, "Apple SD Gothic Neo", "NanumGothic", "나눔고딕", "Malgun Gothic", '굴림', Gulim, Arial, sans-serif;
font-family : inherit;
font-weight : bold;
margin : 10px 0 3px 0;
max-width : 250px;
Expand All @@ -347,7 +347,7 @@ h3
{
border : none;
color : #666666;
font-family : 'Lucida Grande', Tahoma, Verdana, "Apple SD Gothic Neo", "NanumGothic", "나눔고딕", "Malgun Gothic", '굴림', Gulim, Arial, sans-serif;
font-family : inherit;
font-size : 0.93em;
font-weight : normal;
height : auto;
Expand Down Expand Up @@ -882,7 +882,7 @@ dl#permalink-line dd .input-text
dl#permalink-line dd p
{
display : none;
font-family : 'Lucida Grande', Tahoma, Verdana, sans-serif;
font-family : inherit;
font-size : 0.9em;
padding-right : 5px;
text-align : right;
Expand Down

0 comments on commit ea1c83a

Please sign in to comment.