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

# removed redundant text-align:center #643

Merged
merged 1 commit into from
Apr 7, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -659,4 +658,4 @@ body {
overflow-y:visible !important;
overflow:visible !important;
}
}
}