Introduce .nowrap

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@653 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-06-04 07:41:20 +00:00
parent 123e4d0d64
commit 622f6aaf56
4 changed files with 7 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ code { background: #eee; }
.js .hidden { display: none; }
.popup { position: absolute; }
.nowrap { white-space: nowrap; }
.wrap { white-space: normal; }
.error { color: red; background: #fee; padding: .5em .8em; }
.message { color: green; background: #efe; padding: .5em .8em; }
.char { color: #007F00; }