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 */
|
/* List of social Networks */
|
||||||
img.connector, img.connector-disabled {
|
img.connector, img.connector-disabled {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
|
@ -83,8 +83,6 @@ blockquote {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-right { float: right }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* nav */
|
/* nav */
|
||||||
|
|
|
@ -414,8 +414,7 @@ a:hover {
|
||||||
.left {
|
.left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.right,
|
.right {
|
||||||
.pull-right {
|
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.hidden {
|
.hidden {
|
||||||
|
|
|
@ -414,8 +414,7 @@ a:hover {
|
||||||
.left {
|
.left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.right,
|
.right {
|
||||||
.pull-right {
|
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.hidden {
|
.hidden {
|
||||||
|
|
|
@ -414,8 +414,7 @@ a:hover {
|
||||||
.left {
|
.left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
.right,
|
.right {
|
||||||
.pull-right {
|
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.hidden {
|
.hidden {
|
||||||
|
|
|
@ -44,7 +44,7 @@ a:visited { color: @LinkVisited; text-decoration: none; }
|
||||||
a:hover {color: @LinkHover; text-decoration: underline; }
|
a:hover {color: @LinkHover; text-decoration: underline; }
|
||||||
|
|
||||||
.left { float: left; }
|
.left { float: left; }
|
||||||
.right, .pull-right { float: right; }
|
.right { float: right; }
|
||||||
.hidden { display: none; }
|
.hidden { display: none; }
|
||||||
.clear { clear: both; }
|
.clear { clear: both; }
|
||||||
|
|
||||||
|
|
|
@ -104,8 +104,6 @@ input[type=submit]:active {
|
||||||
top: 1px;
|
top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-right { float: right }
|
|
||||||
|
|
||||||
#search-text,
|
#search-text,
|
||||||
#search-submit,
|
#search-submit,
|
||||||
#search-save {
|
#search-save {
|
||||||
|
|
Loading…
Reference in a new issue