remove underline from the urls.
This commit is contained in:
@@ -295,7 +295,7 @@ text-align: center;
|
||||
display: block;
|
||||
float: none;
|
||||
width: 90%;
|
||||
max-width: 700px;
|
||||
max-width: 800px;
|
||||
min-height: 500px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@@ -308,22 +308,26 @@ text-align: center;
|
||||
background-color: #86D4B1;
|
||||
text-transform:capitalize;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
}
|
||||
#border-radius: 4px;
|
||||
}
|
||||
|
||||
.b_listing_title > a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.b_list_owner {
|
||||
height: 100px;
|
||||
width: 100%;
|
||||
padding: 0em;
|
||||
margin-right: auto;
|
||||
background-color: #DDA0DD;
|
||||
border-radius: 4px;
|
||||
#border-radius: 4px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
}
|
||||
|
||||
.b_list_des {
|
||||
text-align:justify;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.edit_box {
|
||||
|
||||
Reference in New Issue
Block a user