Skip to content

Instantly share code, notes, and snippets.

@Cimbali
Created January 14, 2017 18:46
Show Gist options
  • Select an option

  • Save Cimbali/2d371d11fac17fb3140cdca4b41ee7cf to your computer and use it in GitHub Desktop.

Select an option

Save Cimbali/2d371d11fac17fb3140cdca4b41ee7cf to your computer and use it in GitHub Desktop.

Revisions

  1. Cimbali created this gist Jan 14, 2017.
    7 changes: 7 additions & 0 deletions justified_reader.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    @namespace url(http://www.w3.org/1999/xhtml);

    @-moz-document url-prefix("about:reader") {
    #moz-reader-content {
    text-align: justify;
    }
    }