diff options
author | Unknwon <u@gogs.io> | 2015-07-07 13:51:28 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-07 13:51:28 +0800 |
commit | ffd17924fd0b2f3a6f7f9b82f7193462a150a4b7 (patch) | |
tree | 4e76c4dc78848a2b25b6ce0601cc21b5fd309ecf /README.md | |
parent | 9af8a6c6a36e03219473f083c774a411a0af1d38 (diff) | |
download | gitea-ffd17924fd0b2f3a6f7f9b82f7193462a150a4b7.tar.gz gitea-ffd17924fd0b2f3a6f7f9b82f7193462a150a4b7.zip |
update UI framework
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -59,6 +59,18 @@ The goal of this project is to make the easiest, fastest, and most painless way - A cheap Raspberry Pi is powerful enough for basic functionality. - At least 2 CPU cores and 1GB RAM would be the baseline for teamwork. +## Browser Support + +According to [Semantic UI](https://github.com/Semantic-Org/Semantic-UI/tree/1.x): + +- Last 2 Versions FF, Chrome, IE 10+ +- Safari 6 +- IE 9+ (Browser prefix only) +- Android 4 +- Blackberry 10 + +Browser prefixes are present for Internet Explorer 9, but the browser is not officially supported. + ## Installation Make sure you install the [prerequisites](http://gogs.io/docs/installation/) first. |