diff --git a/css/main.css b/css/main.css index 30dde44a1..848fe41e2 100755 --- a/css/main.css +++ b/css/main.css @@ -153,19 +153,18 @@ body { #afui .header h1 { - position:absolute; - width:45%; - z-index:1; - text-align:center; - height:44px; - font-size:18px; - font-weight:bold; - left:27.5%; - color:inherit; - padding:10px 0; - text-shadow:rgba(0,0,0,0.8) 0 -1px 0; - text-align:center; - white-space:nowrap; + position: absolute; + width: 45%; + z-index: 1; + height: 44px; + font-size: 18px; + font-weight: bold; + left: 27.5%; + color: inherit; + padding: 10px 0; + text-shadow: rgba(0,0,0,0.8) 0 -1px 0; + text-align: center; + white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } /* This is text that appears in the header at the top of the screen */ @@ -659,4 +658,4 @@ body { overflow-y:visible !important; overflow:visible !important; } -} \ No newline at end of file +}