Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Update idol.css
Browse files Browse the repository at this point in the history
  • Loading branch information
miyacorata committed May 14, 2020
1 parent f0de6d2 commit 7b74b6b
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions public/css/idol.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,16 @@ hr.gradient{
}

table#idolinfo{
padding: 0 3px;
padding: 0 3px 0 5px;
font-weight: bold;
font-size: 16px;
line-height: 15px;
border-left: dotted 2px lightgray;
border-left: dotted 2px dimgray;
}
#idolinfo th{
border: none;
text-align: left;
}
#idolinfo th::after{
content: '\3011';
}
#idolinfo th::before{
content: '\3010';
color: #495265;
}
#idolinfo td{
border: none;
Expand All @@ -94,14 +89,16 @@ table#idolinfo{
}
#datatable th{
width: 110px;
border:solid 2px black;
background: #606060;
color: white;
font-weight: normal;
border-radius: 50px;
}
#datatable td{
text-align: left;
padding:0 4px;
border: none;
border-bottom: dashed 1px lightgray;
border-bottom: dotted 2px darkgray;
}

#idollinks{
Expand Down

0 comments on commit 7b74b6b

Please sign in to comment.