Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Commit 0abf5a0

Browse files
author
Ian Maffett
committed
Merge pull request #643 from Philzen/patch-1
# removed redundant text-align:center
2 parents 6321f9d + a186d7f commit 0abf5a0

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

css/main.css

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -153,19 +153,18 @@ body {
153153

154154
#afui .header h1 {
155155

156-
position:absolute;
157-
width:45%;
158-
z-index:1;
159-
text-align:center;
160-
height:44px;
161-
font-size:18px;
162-
font-weight:bold;
163-
left:27.5%;
164-
color:inherit;
165-
padding:10px 0;
166-
text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
167-
text-align:center;
168-
white-space:nowrap;
156+
position: absolute;
157+
width: 45%;
158+
z-index: 1;
159+
height: 44px;
160+
font-size: 18px;
161+
font-weight: bold;
162+
left: 27.5%;
163+
color: inherit;
164+
padding: 10px 0;
165+
text-shadow: rgba(0,0,0,0.8) 0 -1px 0;
166+
text-align: center;
167+
white-space: nowrap;
169168
text-overflow: ellipsis;
170169
overflow: hidden;
171170
} /* This is text that appears in the header at the top of the screen */
@@ -659,4 +658,4 @@ body {
659658
overflow-y:visible !important;
660659
overflow:visible !important;
661660
}
662-
}
661+
}

0 commit comments

Comments
 (0)