Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
UUP & DW
UUP Style fixes
Also (hopefully) will be ignoring DW sync files from now on.
  • Loading branch information
andrewmbacon committed Aug 8, 2014
1 parent 06f3bd2 commit 7e779a1
Show file tree
Hide file tree
Showing 22 changed files with 76 additions and 98 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 0 additions & 4 deletions .gitignore

This file was deleted.

1 change: 0 additions & 1 deletion _notes/dwsync.xml

This file was deleted.

Binary file added css/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion css/_notes/dwsync.xml

This file was deleted.

34 changes: 14 additions & 20 deletions css/uup.css
Expand Up @@ -10,29 +10,18 @@
display: block;
position: relative;
padding-left: 170px;
min-height: 150px;
}
.uup-list .has-image .uup-thumbnail {
display: block;
width: 150px;
height: 150px;
float: left;
position: relative;
left: -170px;
margin-right: -150px;
}
.uup-list a.uup-user {
float: left;
position: absolute;
left: 0;
top: 0;
}
.uup-list .uup-item {
margin-bottom: 1em;
*zoom: 1;
}
.uup-list .uup-item:after, .uup-list .uup-item:before {
content: '';
display: table;
}
.uup-list .uup-item:after {
clear: both;
}
.uup-list .uup-item .uup-text {
display: block;
Expand All @@ -43,18 +32,23 @@
.uup-list .uup-item .uup-text .uup-name {
font-weight: bold;
}
.uup-list .uup-item .uup-text .uup-name .uup-last:before {
.uup-list .uup-item .uup-text .uup-name .uup-first:after {
content: ' ';
}

.uup-index-table .uup-table-name.table-has-image {
position: relative;
padding-left: 60px;
}
.uup-index-table .uup-table-name.table-has-image .uup-table-thumbnail {
display: block;
width: 75px;
float: left;
margin: 0 1em 1em 0 !important;
width: 50px;
height: 50px;
position: absolute;
left: 0;
top: 5px;
}
.uup-index-table .uup-table-name.table-has-image .uup-name {
float: left;
display: block;
}
.uup-index-table .uup-table-name .uup-last:before {
Expand Down
Binary file added img/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion img/_notes/dwsync.xml

This file was deleted.

Binary file added inc/.DS_Store
Binary file not shown.

0 comments on commit 7e779a1

Please sign in to comment.