Skip to content

Instantly share code, notes, and snippets.

@Tvangeste
Created June 27, 2013 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tvangeste/c15d95233a07c1ddf6cc to your computer and use it in GitHub Desktop.
Save Tvangeste/c15d95233a07c1ddf6cc to your computer and use it in GitHub Desktop.
My CSS style for GoldenDict on Android.
.gddictname
{
max-width: 100%;
font-size: 9px;
margin-top: 10px;
border-top: 0px;
overflow-x: hidden;
text-overflow: ellipsis;
display: inline-block;
white-space: nowrap;
overflow:hidden;
user-select: none;
}
.gdheadword
{
font-weight: bold;
font-size: 12px;
margin-top: 15px;
margin-bottom: 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment