Remove some unused thumbnail rules
These are all done with flex grids now, so no need to float the image anywhere
This commit is contained in:
parent
cb68450ac7
commit
8249b41a83
1 changed files with 0 additions and 8 deletions
|
@ -1082,10 +1082,6 @@ tr.turn:hover {
|
||||||
&.deleted {
|
&.deleted {
|
||||||
background-color: #fee;
|
background-color: #fee;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.user_thumbnail {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Rules for the diary entry page */
|
/* Rules for the diary entry page */
|
||||||
|
@ -1121,10 +1117,6 @@ tr.turn:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.diary_entries-show img.user_thumbnail {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Rules for the log in page */
|
/* Rules for the log in page */
|
||||||
|
|
||||||
#login_auth_buttons {
|
#login_auth_buttons {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue