Skip to content

Commit

Permalink
Style webservice example table
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-zeldes committed Jun 21, 2019
1 parent 41c918a commit e4c4214
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion css/coptic_dictionary.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,4 +379,29 @@ color:#41494e;
.col-lg-12 > .page-header{margin-bottom: 0px !important; margin-top: 0px !important}
.col-lg-12 > .page-header > h2 {margin-top: 0px !important}

.single_sense{margin-left:24px}
.single_sense{margin-left:24px}

.webservice_example_table{ border-collapse: collapse;
background: #fff;
border-radius: 10px;
/*overflow: hidden;*/
width: 100%;
margin: 0 auto;
/*position: relative;*/
}

.webservice_example_table tr th{background: #36304a;}

.webservice_example_table th{
font-size: 18px;
color: #fff;
line-height: 1.2;
font-weight: unset;}

.webservice_example_table td { padding: 5px !important;word-break: break-all;vertical-align:top;}

.webservice_example_table tr:nth-child(even) {
background-color: #f5f5f5;
}

.webservice_code{width:75% !important}

0 comments on commit e4c4214

Please sign in to comment.