diff options
| -rw-r--r-- | stylesheets/quatuor.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stylesheets/quatuor.css b/stylesheets/quatuor.css index d5f7b81..cc79f60 100644 --- a/stylesheets/quatuor.css +++ b/stylesheets/quatuor.css @@ -14,6 +14,10 @@ } +#photos p.name { + font-weight: bold; +} + #photos p.instrument { color: #805900; } @@ -56,7 +60,6 @@ #photos p { margin: 0; - font-weight: bold; } } |
