Merge pull request #1636 from rabuzarus/albums_widget
make use of global.css
This commit is contained in:
commit
a2ae4ccc9b
|
@ -1,3 +1,6 @@
|
|||
/* General style rules .*/
|
||||
.pull-right { float: right }
|
||||
|
||||
/* List of social Networks */
|
||||
img.connector, img.connector-disabled {
|
||||
height: 40px;
|
||||
|
|
|
@ -83,8 +83,6 @@ blockquote {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.pull-right { float: right }
|
||||
|
||||
|
||||
|
||||
/* nav */
|
||||
|
|
|
@ -414,8 +414,7 @@ a:hover {
|
|||
.left {
|
||||
float: left;
|
||||
}
|
||||
.right,
|
||||
.pull-right {
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
.hidden {
|
||||
|
|
|
@ -414,8 +414,7 @@ a:hover {
|
|||
.left {
|
||||
float: left;
|
||||
}
|
||||
.right,
|
||||
.pull-right {
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
.hidden {
|
||||
|
|
|
@ -414,8 +414,7 @@ a:hover {
|
|||
.left {
|
||||
float: left;
|
||||
}
|
||||
.right,
|
||||
.pull-right {
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
.hidden {
|
||||
|
|
|
@ -44,7 +44,7 @@ a:visited { color: @LinkVisited; text-decoration: none; }
|
|||
a:hover {color: @LinkHover; text-decoration: underline; }
|
||||
|
||||
.left { float: left; }
|
||||
.right, .pull-right { float: right; }
|
||||
.right { float: right; }
|
||||
.hidden { display: none; }
|
||||
.clear { clear: both; }
|
||||
|
||||
|
|
|
@ -104,8 +104,6 @@ input[type=submit]:active {
|
|||
top: 1px;
|
||||
}
|
||||
|
||||
.pull-right { float: right }
|
||||
|
||||
#search-text,
|
||||
#search-submit,
|
||||
#search-save {
|
||||
|
|
Loading…
Reference in a new issue