Jump to content

[solved] Style Definitions I Can't Find


Recommended Posts

I deleted global.css and started a new one from scratch. It was just too much of a mess.

 

However, there are several element definitions that still exist, and I can't figure out where.

 

ul {
  margin-top
  margin-bottom
  padding-left
}

 

h[#] {
  margin-top
  margin-bottom
}

 

.myaccount li {	 AND/OR	 .myaccount li a {
  background(url) [arrow icons]
  border-bottom [except li:last-item]
  padding-top
  padding-bottom
  padding-left
}

Edited by jleesaxon (see edit history)
Link to comment
Share on other sites

Well, I've checked all the other files in "themes/.../modules/css/" for those general definitions. Surely the devs wouldn't be stupid enough to put general h[#] or ul definitions in the .css of some module? Although given what a inconsistent, redundant disaster global.css was...

 

As for the "myaccount" class, blockmyaccountfooter is one module that doesn't have its own .css (at least not in "/modules/blockmyaccountfooter/" or "themes/.../modules/blockmyaccountfooter/"), and I've deleted blockmyaccount...

Link to comment
Share on other sites

Well I'm stupid. I'd apparently only checked "/themes/.../modules/myaccountfooter/." There IS a stylesheet in "/modules/myaccountfooter/" and it contains what I was looking for. And the generic styles are from the browser ("user agent") stylesheet.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...