Skip to content

Commit

Permalink
Fixed styles still using old id name
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed May 8, 2013
1 parent 2bef8ba commit e419c6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/themes/bootstrap/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,19 +239,19 @@ li {


/* -------------------------------------------------------------------------- */
/* -----| HASH MODAL |--------------------------------------------------------*/
/* -----| CHECKSUM MODAL |----------------------------------------------------*/
/* -------------------------------------------------------------------------- */

#hashTable {
#checksumTable {
margin: 0;
}

#hashTable .title {
#checksumTable .title {
font-weight: bold;
text-align: right;
}

#hashTable .hash {
#checksumTable .hash {
font-family: monospace;
font-size: .85em;
}
Expand Down

0 comments on commit e419c6e

Please sign in to comment.