Skip to content

Commit

Permalink
Move RTL support location
Browse files Browse the repository at this point in the history
  • Loading branch information
WesCossick authored Oct 11, 2017
1 parent 2f69e68 commit eb461dd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Simple HTML invoice template
A modern, clean, and very simple responsive HTML invoice template, because sometimes you just need something quick and simple.

### RTL support
Replace `<div class="invoice-box">` with `<div class="invoice-box rtl">`

### Demo
[Find a demo here](https://www.sparksuite.com/open-source/invoice)


### How to use
Open invoice.html and use the HTML and CSS provided inside in your application. Everything is contained within a `.invoice-box` divider.

### RTL support
Replace `<div class="invoice-box">` with `<div class="invoice-box rtl">`

### Preview
![Preview](http://i.imgur.com/C3ePdqQ.png)

Expand Down

0 comments on commit eb461dd

Please sign in to comment.