mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-17 23:39:53 -04:00
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.gAnnotatedThemeBlock {
|
||||
.g-annotated-theme-block {
|
||||
border: 1px solid #C00;
|
||||
clear: both;
|
||||
margin: 1em;
|
||||
@@ -6,15 +6,15 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.gAnnotatedThemeBlock_album_top {
|
||||
.g-annotated-theme-block_album_top {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.gAnnotatedThemeBlock_header_bottom {
|
||||
.g-annotated-theme-block_header_bottom {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.gAnnotatedThemeBlock div.title {
|
||||
.g-annotated-theme-block div.title {
|
||||
background: #C00;
|
||||
border: 1px solid black;
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user